public abstract class Handler<H extends Handler<H,S>,S extends Schema<H,S>> extends H2O.H2OCountedCompleter
Constructor and Description |
---|
Handler() |
Modifier and Type | Method and Description |
---|---|
protected Schema |
handle(int version,
java.lang.reflect.Method meth,
java.util.Properties parms) |
protected int |
max_ver() |
protected int |
min_ver()
Default supported versions: Version 2 onwards, not Version 1.
|
protected abstract S |
schema(int version)
Dumb Version->Schema mapping
|
clone, compute, compute2, onExceptionalCompletion, priority
addToPendingCount, compareAndSetPendingCount, complete, exec, getCompleter, getPendingCount, getRawResult, onCompletion, 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
protected int min_ver()
protected int max_ver()
protected abstract S schema(int version)
protected final Schema handle(int version, java.lang.reflect.Method meth, java.util.Properties parms) throws java.lang.Exception
java.lang.Exception