public class FramesHandler<I extends FramesHandler.Frames,S extends SchemaV3<I,S>> extends Handler
Modifier and Type | Class and Description |
---|---|
static class |
FramesHandler.Frames
Class which contains the internal representation of the frames list and params.
|
Constructor and Description |
---|
FramesHandler() |
Modifier and Type | Method and Description |
---|---|
FramesV3 |
column(int version,
FramesV3 s)
Return a single column from the frame.
|
FramesV3 |
columnDomain(int version,
FramesV3 s) |
FramesV3 |
columns(int version,
FramesV3 s) |
FramesV3 |
columnSummary(int version,
FramesV3 s) |
FramesV3 |
delete(int version,
FramesV3 frames)
Remove an unlocked frame.
|
FramesV3 |
deleteAll(int version,
FramesV3 frames)
Remove ALL an unlocked frames.
|
FramesV3 |
export(int version,
FramesV3 s)
Export a single frame to the specified path.
|
FramesV3 |
fetch(int version,
FramesV3 s)
Return a single frame.
|
static Frame |
getFromDKV(java.lang.String param_name,
Key key) |
static Frame |
getFromDKV(java.lang.String param_name,
java.lang.String key_str) |
FramesV3 |
list(int version,
FramesV3 s)
Return all the frames.
|
FramesV3 |
summary(int version,
FramesV3 s) |
getFromDKV, getFromDKV, getHandlerMethodInputSchema, getHandlerMethodOutputSchema, 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, 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 FramesV3 list(int version, FramesV3 s)
FrameSynopsisV3
public static Frame getFromDKV(java.lang.String param_name, java.lang.String key_str)
public FramesV3 delete(int version, FramesV3 frames)