Uses of Interface
uk.gov.gchq.gaffer.store.element.ElementKey
-
Packages that use ElementKey Package Description uk.gov.gchq.gaffer.store.element -
-
Uses of ElementKey in uk.gov.gchq.gaffer.store.element
Classes in uk.gov.gchq.gaffer.store.element that implement ElementKey Modifier and Type Class Description static class
ElementKey.EdgeKey
static class
ElementKey.EntityKey
Methods in uk.gov.gchq.gaffer.store.element that return ElementKey Modifier and Type Method Description static ElementKey
ElementKey. create(Element element, Set<String> groupBy)
static ElementKey
ElementKey. create(Element element, Schema schema)
static ElementKey
ElementKey. create(Element element, SchemaElementDefinition elementDef)
-