Uses of Class
uk.gov.gchq.gaffer.store.StoreTrait
-
Packages that use StoreTrait Package Description uk.gov.gchq.gaffer.accumulostore uk.gov.gchq.gaffer.federatedstore.schema uk.gov.gchq.gaffer.mapstore The Gaffer MapStore implementation.uk.gov.gchq.gaffer.rest.controller uk.gov.gchq.gaffer.rest.service.v1 Service implementations for v1 of the Gaffer REST API.uk.gov.gchq.gaffer.store Core classes for the Gaffer store interface.uk.gov.gchq.gaffer.store.operation Generic handlers and utilities for handling operations.uk.gov.gchq.gaffer.store.operation.handler Operation handler implementations.uk.gov.gchq.gaffer.store.schema Classes describing the Gaffer schema. -
-
Uses of StoreTrait in uk.gov.gchq.gaffer.accumulostore
Fields in uk.gov.gchq.gaffer.accumulostore with type parameters of type StoreTrait Modifier and Type Field Description static Set<StoreTrait>AccumuloStore. TRAITS -
Uses of StoreTrait in uk.gov.gchq.gaffer.federatedstore.schema
Method parameters in uk.gov.gchq.gaffer.federatedstore.schema with type arguments of type StoreTrait Modifier and Type Method Description uk.gov.gchq.koryphe.ValidationResultFederatedViewValidator. validate(View view, Schema schema, Set<StoreTrait> storeTraits) -
Uses of StoreTrait in uk.gov.gchq.gaffer.mapstore
Fields in uk.gov.gchq.gaffer.mapstore with type parameters of type StoreTrait Modifier and Type Field Description static Set<StoreTrait>MapStore. TRAITSMethods in uk.gov.gchq.gaffer.mapstore that return types with arguments of type StoreTrait Modifier and Type Method Description Set<StoreTrait>MapStore. getTraits()Get the traits supported by this Map Store.Set<StoreTrait>SingleUseMapStoreWithoutVisibilitySupport. getTraits() -
Uses of StoreTrait in uk.gov.gchq.gaffer.rest.controller
Methods in uk.gov.gchq.gaffer.rest.controller that return types with arguments of type StoreTrait Modifier and Type Method Description Set<StoreTrait>GraphConfigurationController. getStoreTraits() -
Uses of StoreTrait in uk.gov.gchq.gaffer.rest.service.v1
Methods in uk.gov.gchq.gaffer.rest.service.v1 that return types with arguments of type StoreTrait Modifier and Type Method Description Set<StoreTrait>GraphConfigurationService. getStoreTraits()Set<StoreTrait>IGraphConfigurationService. getStoreTraits() -
Uses of StoreTrait in uk.gov.gchq.gaffer.store
Fields in uk.gov.gchq.gaffer.store with type parameters of type StoreTrait Modifier and Type Field Description static Set<StoreTrait>StoreTrait. ALL_TRAITSMethods in uk.gov.gchq.gaffer.store that return StoreTrait Modifier and Type Method Description static StoreTraitStoreTrait. valueOf(String name)Returns the enum constant of this type with the specified name.static StoreTrait[]StoreTrait. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StoreTrait in uk.gov.gchq.gaffer.store.operation
Methods in uk.gov.gchq.gaffer.store.operation that return StoreTrait Modifier and Type Method Description StoreTraitHasTrait. getTrait()Methods in uk.gov.gchq.gaffer.store.operation that return types with arguments of type StoreTrait Modifier and Type Method Description com.fasterxml.jackson.core.type.TypeReference<Set<StoreTrait>>GetTraits. getOutputTypeReference()Methods in uk.gov.gchq.gaffer.store.operation with parameters of type StoreTrait Modifier and Type Method Description voidHasTrait. setTrait(StoreTrait trait)HasTrait.BuilderHasTrait.Builder. trait(StoreTrait trait) -
Uses of StoreTrait in uk.gov.gchq.gaffer.store.operation.handler
Methods in uk.gov.gchq.gaffer.store.operation.handler that return types with arguments of type StoreTrait Modifier and Type Method Description Set<StoreTrait>GetTraitsHandler. doOperation(GetTraits operation, Context context, Store store)Constructor parameters in uk.gov.gchq.gaffer.store.operation.handler with type arguments of type StoreTrait Constructor Description GetTraitsHandler(Set<StoreTrait> storeTraits) -
Uses of StoreTrait in uk.gov.gchq.gaffer.store.schema
Method parameters in uk.gov.gchq.gaffer.store.schema with type arguments of type StoreTrait Modifier and Type Method Description uk.gov.gchq.koryphe.ValidationResultViewValidator. validate(View view, Schema schema, Set<StoreTrait> storeTraits)
-