Package | Description |
---|---|
io.odysz.semantic.syn |
Modifier and Type | Method and Description |
---|---|
ExchangeBlock |
ExessionPersist.abortExchange() |
ExchangeBlock |
DBSyntableBuilder.abortExchange(ExessionPersist cx) |
ExchangeBlock |
DBSyntableBuilder.addMyChild(ExessionPersist ap,
ExchangeBlock req,
String org) |
ExchangeBlock |
ExchangeBlock.answers(ExessionPersist p)
Copy answer from
p |
ExchangeBlock |
ExchangeBlock.chpage(AnResultset rs,
HashMap<String,AnResultset> entities) |
ExchangeBlock |
ExchangeBlock.chpagesize(int size) |
ExchangeBlock |
ExessionPersist.closexchange(ExchangeBlock rep) |
ExchangeBlock |
DBSyntableBuilder.closexchange(ExessionPersist cx,
ExchangeBlock rep) |
ExchangeBlock |
DBSyntableBuilder.domainSignup(ExessionPersist app,
String admin) |
ExchangeBlock |
ExessionPersist.init()
Setup exchange buffer table.
|
ExchangeBlock |
DBSyntableBuilder.initDomain(ExessionPersist cp,
String admin,
ExchangeBlock domainstatus) |
ExchangeBlock |
DBSyntableBuilder.initExchange(ExessionPersist cp,
String target)
insert into exchanges select * from change_logs where n > nyquvect[target].n
|
ExchangeBlock |
ExessionPersist.nextExchange(ExchangeBlock rep) |
ExchangeBlock |
ExchangeBlock.nv(HashMap<String,Nyquence> nyquvect) |
ExchangeBlock |
DBSyntableBuilder.onclosexchange(ExessionPersist sx,
ExchangeBlock rep) |
ExchangeBlock |
ExessionPersist.onInit(ExchangeBlock ini)
insert into exchanges select * from change_logs where n > nyquvect[sx.peer].n
|
ExchangeBlock |
DBSyntableBuilder.onInit(ExessionPersist sp,
ExchangeBlock inireq)
insert into exchanges select * from change_logs where n > nyquvect[sx.peer].n
|
ExchangeBlock |
ExchangeBlock.requirestore() |
ExchangeBlock |
DBSyntableBuilder.requirestore(ExessionPersist xp,
String peer) |
ExchangeBlock |
ExessionPersist.retryLast(String peer)
Retry last page
|
ExchangeBlock |
ExchangeBlock.seq(ExessionPersist xp)
Set challengeId & answerId
|
ExchangeBlock |
ExessionPersist.signup(String admin) |
ExchangeBlock |
ExchangeBlock.synodes(AnResultset rs) |
ExchangeBlock |
ExchangeBlock.totalChallenges(int count,
int chsize) |
Modifier and Type | Method and Description |
---|---|
void |
DBSyntableBuilder.abortExchange(ExessionPersist cx,
String target,
ExchangeBlock rep) |
ExchangeBlock |
DBSyntableBuilder.addMyChild(ExessionPersist ap,
ExchangeBlock req,
String org) |
ExchangeBlock |
ExessionPersist.closexchange(ExchangeBlock rep) |
ExchangeBlock |
DBSyntableBuilder.closexchange(ExessionPersist cx,
ExchangeBlock rep) |
ExessionPersist |
ExessionPersist.expect(ExchangeBlock req) |
ExchangeBlock |
DBSyntableBuilder.initDomain(ExessionPersist cp,
String admin,
ExchangeBlock domainstatus) |
ExchangeBlock |
ExessionPersist.nextExchange(ExchangeBlock rep) |
void |
DBSyntableBuilder.onAbort(ExchangeBlock req) |
ExchangeBlock |
DBSyntableBuilder.onclosexchange(ExessionPersist sx,
ExchangeBlock rep) |
ExchangeBlock |
ExessionPersist.onInit(ExchangeBlock ini)
insert into exchanges select * from change_logs where n > nyquvect[sx.peer].n
|
ExchangeBlock |
DBSyntableBuilder.onInit(ExessionPersist sp,
ExchangeBlock inireq)
insert into exchanges select * from change_logs where n > nyquvect[sx.peer].n
|
void |
DBSyntableBuilder.onRequires(ExessionPersist cp,
ExchangeBlock req) |
Constructor and Description |
---|
ExessionPersist(DBSyntableBuilder tb,
String peer,
ExchangeBlock ini)
Create context at server side.
|
Copyright © 2024. All rights reserved.