public class RapidsHandler extends Handler
Modifier and Type | Class and Description |
---|---|
static class |
RapidsHandler.StartSession4 |
Modifier and Type | Field and Description |
---|---|
static java.util.HashMap<java.lang.String,Session> |
SESSIONS
Map of session-id (sent by the client) to the actual session instance.
|
Constructor and Description |
---|
RapidsHandler() |
Modifier and Type | Method and Description |
---|---|
InitIDV3 |
endSession(int version,
InitIDV3 p) |
RapidsSchemaV3 |
exec(int version,
RapidsSchemaV3 rapids) |
RapidsHelpV3 |
genHelp(int version,
SchemaV3 noschema) |
static Session |
getSession(java.lang.String sessionId) |
SessionPropertyV3 |
getSessionProperty(int version,
SessionPropertyV3 p) |
SessionPropertyV3 |
setSessionProperty(int version,
SessionPropertyV3 p) |
InitIDV3 |
startSession(int version,
InitIDV3 p) |
getFromDKV, getFromDKV, getHandlerMethodInputSchema, getHandlerMethodOutputSchema, handle, markdown
asBytes, clone, compute, compute1, compute2, currThrPriority, frozenType, icer, priority, read, readJSON, reloadFromBytes, write, writeJSON
__tryComplete, addToPendingCount, compareAndSetPendingCount, complete, exec, getCompleter, getPendingCount, getRawResult, onCompletion, onExceptionalCompletion, setCompleter, setPendingCount, setRawResult, tryComplete
adapt, adapt, adapt, cancel, compareAndSetForkJoinTaskTag, completeExceptionally, fork, get, get, get, getException, getForkJoinTaskTag, getPool, getQueuedTaskCount, getSurplusQueuedTaskCount, helpQuiesce, inForkJoinPool, invoke, invokeAll, invokeAll, invokeAll, isCancelled, isCompletedAbnormally, isCompletedNormally, isDone, join, peekNextLocalTask, pollNextLocalTask, pollTask, quietlyComplete, quietlyInvoke, quietlyJoin, reinitialize, setForkJoinTaskTag, tryUnfork
public static java.util.HashMap<java.lang.String,Session> SESSIONS
public RapidsSchemaV3 exec(int version, RapidsSchemaV3 rapids)
public static Session getSession(java.lang.String sessionId)
public RapidsHelpV3 genHelp(int version, SchemaV3 noschema)
public SessionPropertyV3 setSessionProperty(int version, SessionPropertyV3 p)
public SessionPropertyV3 getSessionProperty(int version, SessionPropertyV3 p)