Uses of Class
uk.gov.gchq.gaffer.store.operation.declaration.OperationDeclarations
-
Packages that use OperationDeclarations Package Description uk.gov.gchq.gaffer.store Core classes for the Gaffer store interface.uk.gov.gchq.gaffer.store.operation.declaration Operation declaration classes. -
-
Uses of OperationDeclarations in uk.gov.gchq.gaffer.store
Methods in uk.gov.gchq.gaffer.store that return OperationDeclarations Modifier and Type Method Description OperationDeclarations
StoreProperties. getOperationDeclarations()
Returns the operation definitions from the file specified in the properties. -
Uses of OperationDeclarations in uk.gov.gchq.gaffer.store.operation.declaration
Methods in uk.gov.gchq.gaffer.store.operation.declaration that return OperationDeclarations Modifier and Type Method Description OperationDeclarations
OperationDeclarations.Builder. build()
static OperationDeclarations
OperationDeclarations. fromJson(byte[] json)
static OperationDeclarations
OperationDeclarations. fromJson(InputStream inputStream)
static OperationDeclarations
OperationDeclarations. fromJson(String json)
static OperationDeclarations
OperationDeclarations. fromPaths(String paths)
-