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 OperationDeclarationsStoreProperties. 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 OperationDeclarationsOperationDeclarations.Builder. build()static OperationDeclarationsOperationDeclarations. fromJson(byte[] json)static OperationDeclarationsOperationDeclarations. fromJson(InputStream inputStream)static OperationDeclarationsOperationDeclarations. fromJson(String json)static OperationDeclarationsOperationDeclarations. fromPaths(String paths)
-