Uses of Class
uk.gov.gchq.gaffer.time.RBMBackedTimestampSet
-
Packages that use RBMBackedTimestampSet Package Description uk.gov.gchq.gaffer.time Classes for handling timestamps in Gaffer store implementations.uk.gov.gchq.gaffer.time.function uk.gov.gchq.gaffer.time.predicate uk.gov.gchq.gaffer.time.serialisation Serialisation classes for the Gaffer timestamp classes. -
-
Uses of RBMBackedTimestampSet in uk.gov.gchq.gaffer.time
Methods in uk.gov.gchq.gaffer.time that return RBMBackedTimestampSet Modifier and Type Method Description RBMBackedTimestampSet
RBMBackedTimestampSet.Builder. build()
RBMBackedTimestampSet
BoundedTimestampSet. getRbmBackedTimestampSet()
This exposes the underlyingRBMBackedTimestampSet
so that serialisers can access it.RBMBackedTimestampSet
RBMBackedTimestampSet. getShallowClone()
Methods in uk.gov.gchq.gaffer.time with parameters of type RBMBackedTimestampSet Modifier and Type Method Description void
RBMBackedTimestampSet. addAll(RBMBackedTimestampSet other)
void
BoundedTimestampSet. setRbmBackedTimestampSet(RBMBackedTimestampSet rbmBackedTimestampSet)
Allows theRBMBackedTimestampSet
to be set. -
Uses of RBMBackedTimestampSet in uk.gov.gchq.gaffer.time.function
Methods in uk.gov.gchq.gaffer.time.function that return RBMBackedTimestampSet Modifier and Type Method Description RBMBackedTimestampSet
MaskTimestampSetByTimeRange. apply(RBMBackedTimestampSet rbmBackedTimestampSet)
Methods in uk.gov.gchq.gaffer.time.function with parameters of type RBMBackedTimestampSet Modifier and Type Method Description RBMBackedTimestampSet
MaskTimestampSetByTimeRange. apply(RBMBackedTimestampSet rbmBackedTimestampSet)
-
Uses of RBMBackedTimestampSet in uk.gov.gchq.gaffer.time.predicate
Methods in uk.gov.gchq.gaffer.time.predicate with parameters of type RBMBackedTimestampSet Modifier and Type Method Description boolean
RBMBackedTimestampSetInRange. test(RBMBackedTimestampSet rbmBackedTimestampSet)
-
Uses of RBMBackedTimestampSet in uk.gov.gchq.gaffer.time.serialisation
Methods in uk.gov.gchq.gaffer.time.serialisation that return RBMBackedTimestampSet Modifier and Type Method Description RBMBackedTimestampSet
RBMBackedTimestampSetSerialiser. deserialise(byte[] bytes)
RBMBackedTimestampSet
RBMBackedTimestampSetSerialiser. deserialise(byte[] allBytes, int offset, int length)
RBMBackedTimestampSet
RBMBackedTimestampSetSerialiser. deserialiseEmpty()
Methods in uk.gov.gchq.gaffer.time.serialisation with parameters of type RBMBackedTimestampSet Modifier and Type Method Description byte[]
RBMBackedTimestampSetSerialiser. serialise(RBMBackedTimestampSet rbmBackedTimestampSet)
-