Uses of Interface
uk.gov.gchq.gaffer.data.element.id.EntityId
-
-
Uses of EntityId in uk.gov.gchq.gaffer.accumulostore.operation
Methods in uk.gov.gchq.gaffer.accumulostore.operation with parameters of type EntityId Modifier and Type Method Description default B
MultiEntityIdInputB.Builder. inputB(EntityId... input)
default void
MultiEntityIdInputB. setInputB(EntityId... inputB)
Deprecated.Method parameters in uk.gov.gchq.gaffer.accumulostore.operation with type arguments of type EntityId Modifier and Type Method Description default B
MultiEntityIdInputB.Builder. inputIdsB(Iterable<? extends EntityId> input)
-
Uses of EntityId in uk.gov.gchq.gaffer.accumulostore.operation.handler
Methods in uk.gov.gchq.gaffer.accumulostore.operation.handler that return types with arguments of type EntityId Modifier and Type Method Description Iterable<? extends EntityId>
GetAdjacentIdsHandler. doOperation(GetAdjacentIds operation, Context context, Store store)
Iterable<? extends EntityId>
GetAdjacentIdsHandler. doOperation(GetAdjacentIds op, User user, AccumuloStore store)
-
Uses of EntityId in uk.gov.gchq.gaffer.accumulostore.operation.impl
Methods in uk.gov.gchq.gaffer.accumulostore.operation.impl that return types with arguments of type EntityId Modifier and Type Method Description Iterable<? extends EntityId>
GetElementsBetweenSets. getInput()
Deprecated.Pair<Iterable<? extends EntityId>,Iterable<? extends EntityId>>
GetElementsBetweenSetsPairs. getInput()
Pair<Iterable<? extends EntityId>,Iterable<? extends EntityId>>
GetElementsBetweenSetsPairs. getInput()
Iterable<? extends EntityId>
GetElementsWithinSet. getInput()
Iterable<? extends EntityId>
GetElementsBetweenSets. getInputB()
Deprecated.Methods in uk.gov.gchq.gaffer.accumulostore.operation.impl with parameters of type EntityId Modifier and Type Method Description GetElementsBetweenSetsPairs.Builder
GetElementsBetweenSetsPairs.Builder. input(EntityId... input)
GetElementsBetweenSetsPairs.Builder
GetElementsBetweenSetsPairs.Builder. inputB(EntityId... input)
Method parameters in uk.gov.gchq.gaffer.accumulostore.operation.impl with type arguments of type EntityId Modifier and Type Method Description GetElementsBetweenSetsPairs.Builder
GetElementsBetweenSetsPairs.Builder. input(Pair<Iterable<? extends EntityId>,Iterable<? extends EntityId>> input)
GetElementsBetweenSetsPairs.Builder
GetElementsBetweenSetsPairs.Builder. input(Pair<Iterable<? extends EntityId>,Iterable<? extends EntityId>> input)
GetElementsBetweenSetsPairs.Builder
GetElementsBetweenSetsPairs.Builder. inputBIds(Iterable<? extends EntityId> input)
GetElementsBetweenSetsPairs.Builder
GetElementsBetweenSetsPairs.Builder. inputIds(Iterable<? extends EntityId> input)
void
GetElementsBetweenSets. setInput(Iterable<? extends EntityId> input)
Deprecated.void
GetElementsBetweenSetsPairs. setInput(Pair<Iterable<? extends EntityId>,Iterable<? extends EntityId>> input)
void
GetElementsBetweenSetsPairs. setInput(Pair<Iterable<? extends EntityId>,Iterable<? extends EntityId>> input)
void
GetElementsWithinSet. setInput(Iterable<? extends EntityId> input)
void
GetElementsBetweenSets. setInputB(Iterable<? extends EntityId> inputB)
Deprecated. -
Uses of EntityId in uk.gov.gchq.gaffer.accumulostore.retriever
Classes in uk.gov.gchq.gaffer.accumulostore.retriever with type parameters of type EntityId Modifier and Type Class Description class
AccumuloSetRetriever<OP extends InputOutput<Iterable<? extends EntityId>,Iterable<? extends Element>> & GraphFilters>
-
Uses of EntityId in uk.gov.gchq.gaffer.accumulostore.retriever.impl
Methods in uk.gov.gchq.gaffer.accumulostore.retriever.impl that return types with arguments of type EntityId Modifier and Type Method Description Iterator<EntityId>
AccumuloAdjacentIdRetriever. iterator()
Only 1 iterator can be open at a time. -
Uses of EntityId in uk.gov.gchq.gaffer.data.element
Classes in uk.gov.gchq.gaffer.data.element that implement EntityId Modifier and Type Class Description class
Entity
AnEntity
in anElement
containing a single vertex.class
LazyEntity
AnLazyEntity
wraps anEntity
and lazily loads the identifier and properties when requested using a providedElementValueLoader
. -
Uses of EntityId in uk.gov.gchq.gaffer.data.element.id
Methods in uk.gov.gchq.gaffer.data.element.id with parameters of type EntityId Modifier and Type Method Description default boolean
EntityId. isEqual(EntityId that)
default ElementId.Matches
EdgeId. isRelated(EntityId that)
This is related to anEntityId
if the EntityId's identifier matches this EdgeId's source or destination. -
Uses of EntityId in uk.gov.gchq.gaffer.mapstore.impl
Methods in uk.gov.gchq.gaffer.mapstore.impl that return types with arguments of type EntityId Modifier and Type Method Description Iterable<? extends EntityId>
GetAdjacentIdsHandler. doOperation(GetAdjacentIds operation, Context context, Store store)
-
Uses of EntityId in uk.gov.gchq.gaffer.operation.data
Classes in uk.gov.gchq.gaffer.operation.data that implement EntityId Modifier and Type Class Description class
EntitySeed
AnEntitySeed
contains a single vertex for anEntity
.Methods in uk.gov.gchq.gaffer.operation.data with parameters of type EntityId Modifier and Type Method Description static EntitySeed
ElementSeed. createSeed(EntityId entityId)
-
Uses of EntityId in uk.gov.gchq.gaffer.operation.data.generator
Methods in uk.gov.gchq.gaffer.operation.data.generator that return EntityId Modifier and Type Method Description EntityId
EntityIdExtractor. _apply(Element element)
-
Uses of EntityId in uk.gov.gchq.gaffer.operation.function
Methods in uk.gov.gchq.gaffer.operation.function that return EntityId Modifier and Type Method Description EntityId
ToEntityId. apply(Object obj)
Methods in uk.gov.gchq.gaffer.operation.function that return types with arguments of type EntityId Modifier and Type Method Description Pair<EntityId,EntityId>
ToTrailingWildcardPair. apply(String input)
Pair<EntityId,EntityId>
ToTrailingWildcardPair. apply(String input)
Methods in uk.gov.gchq.gaffer.operation.function with parameters of type EntityId Modifier and Type Method Description Object
FromEntityId. apply(EntityId e)
-
Uses of EntityId in uk.gov.gchq.gaffer.operation.impl
Methods in uk.gov.gchq.gaffer.operation.impl that return types with arguments of type EntityId Modifier and Type Method Description Iterable<? extends EntityId>
GetWalks. getInput()
Method parameters in uk.gov.gchq.gaffer.operation.impl with type arguments of type EntityId Modifier and Type Method Description void
GetWalks. setInput(Iterable<? extends EntityId> input)
-
Uses of EntityId in uk.gov.gchq.gaffer.operation.impl.get
Methods in uk.gov.gchq.gaffer.operation.impl.get that return types with arguments of type EntityId Modifier and Type Method Description Iterable<? extends EntityId>
GetAdjacentIds. getInput()
com.fasterxml.jackson.core.type.TypeReference<Iterable<? extends EntityId>>
GetAdjacentIds. getOutputTypeReference()
Method parameters in uk.gov.gchq.gaffer.operation.impl.get with type arguments of type EntityId Modifier and Type Method Description void
GetAdjacentIds. setInput(Iterable<? extends EntityId> input)
-
Uses of EntityId in uk.gov.gchq.gaffer.operation.io
Methods in uk.gov.gchq.gaffer.operation.io with parameters of type EntityId Modifier and Type Method Description default B
MultiEntityIdInput.Builder. input(EntityId... input)
default void
MultiEntityIdInput. setInput(EntityId[] input)
Method parameters in uk.gov.gchq.gaffer.operation.io with type arguments of type EntityId Modifier and Type Method Description default B
MultiEntityIdInput.Builder. inputIds(Iterable<? extends EntityId> input)
-
Uses of EntityId in uk.gov.gchq.gaffer.operation.util
Methods in uk.gov.gchq.gaffer.operation.util that return types with arguments of type EntityId Modifier and Type Method Description static Iterable<? extends EntityId>
OperationUtil. toEntityIds(Iterable<?> input)
Converts an iterable of objects intoEntityId
s.static Iterable<? extends EntityId>
OperationUtil. toEntityIds(Object... input)
Converts an array of objects intoEntityId
s.Method parameters in uk.gov.gchq.gaffer.operation.util with type arguments of type EntityId Modifier and Type Method Description static Iterable<?>
OperationUtil. fromEntityIds(Iterable<? extends EntityId> input)
Takes an iterable ofEntityId
s and unwraps them into simple vertex objects. -
Uses of EntityId in uk.gov.gchq.gaffer.rest.service.v1
Methods in uk.gov.gchq.gaffer.rest.service.v1 that return types with arguments of type EntityId Modifier and Type Method Description Iterable<EntityId>
IOperationService. getAdjacentIds(GetAdjacentIds operation)
Iterable<EntityId>
OperationService. getAdjacentIds(GetAdjacentIds operation)
-
Uses of EntityId in uk.gov.gchq.gaffer.store.serialiser
Methods in uk.gov.gchq.gaffer.store.serialiser that return EntityId Modifier and Type Method Description EntityId
EntityIdSerialiser. deserialise(byte[] bytes)
EntityId
EntityIdSerialiser. deserialiseEmpty()
Methods in uk.gov.gchq.gaffer.store.serialiser with parameters of type EntityId Modifier and Type Method Description byte[]
ElementIdSerialiser. serialise(EntityId entityId)
byte[]
EntityIdSerialiser. serialise(EntityId entityId)
-