public class MetadataHandler extends Handler
Constructor and Description |
---|
MetadataHandler() |
Modifier and Type | Method and Description |
---|---|
MetadataV3 |
fetchRoute(int version,
MetadataV3 docs)
Return the metadata for a REST API Route, specified either by number or path.
|
MetadataV3 |
fetchSchemaMetadata(int version,
MetadataV3 docs)
Fetch the metadata for a Schema by its simple Schema name (e.g., "DeepLearningParametersV2").
|
MetadataV3 |
fetchSchemaMetadataByClass(int version,
MetadataV3 docs)
Deprecated.
|
MetadataV3 |
listRoutes(int version,
MetadataV3 docs)
Return a list of all REST API Routes and a Markdown Table of Contents.
|
EndpointsListV4 |
listRoutes4(int version,
ListRequestV4 inp) |
MetadataV3 |
listSchemas(int version,
MetadataV3 docs)
Fetch the metadata for all the Schemas.
|
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 MetadataV3 listRoutes(int version, MetadataV3 docs)
public EndpointsListV4 listRoutes4(int version, ListRequestV4 inp)
public MetadataV3 fetchRoute(int version, MetadataV3 docs)
@Deprecated public MetadataV3 fetchSchemaMetadataByClass(int version, MetadataV3 docs)
public MetadataV3 fetchSchemaMetadata(int version, MetadataV3 docs)
public MetadataV3 listSchemas(int version, MetadataV3 docs)