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 RBMBackedTimestampSetRBMBackedTimestampSet.Builder. build()RBMBackedTimestampSetBoundedTimestampSet. getRbmBackedTimestampSet()This exposes the underlyingRBMBackedTimestampSetso that serialisers can access it.RBMBackedTimestampSetRBMBackedTimestampSet. getShallowClone()Methods in uk.gov.gchq.gaffer.time with parameters of type RBMBackedTimestampSet Modifier and Type Method Description voidRBMBackedTimestampSet. addAll(RBMBackedTimestampSet other)voidBoundedTimestampSet. setRbmBackedTimestampSet(RBMBackedTimestampSet rbmBackedTimestampSet)Allows theRBMBackedTimestampSetto 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 RBMBackedTimestampSetMaskTimestampSetByTimeRange. apply(RBMBackedTimestampSet rbmBackedTimestampSet)Methods in uk.gov.gchq.gaffer.time.function with parameters of type RBMBackedTimestampSet Modifier and Type Method Description RBMBackedTimestampSetMaskTimestampSetByTimeRange. 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 booleanRBMBackedTimestampSetInRange. 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 RBMBackedTimestampSetRBMBackedTimestampSetSerialiser. deserialise(byte[] bytes)RBMBackedTimestampSetRBMBackedTimestampSetSerialiser. deserialise(byte[] allBytes, int offset, int length)RBMBackedTimestampSetRBMBackedTimestampSetSerialiser. deserialiseEmpty()Methods in uk.gov.gchq.gaffer.time.serialisation with parameters of type RBMBackedTimestampSet Modifier and Type Method Description byte[]RBMBackedTimestampSetSerialiser. serialise(RBMBackedTimestampSet rbmBackedTimestampSet)
-