Uses of Class
uk.gov.gchq.gaffer.time.BoundedTimestampSet
-
Packages that use BoundedTimestampSet Package Description uk.gov.gchq.gaffer.time Classes for handling timestamps in Gaffer store implementations.uk.gov.gchq.gaffer.time.serialisation Serialisation classes for the Gaffer timestamp classes. -
-
Uses of BoundedTimestampSet in uk.gov.gchq.gaffer.time
Methods in uk.gov.gchq.gaffer.time that return BoundedTimestampSet Modifier and Type Method Description BoundedTimestampSetBoundedTimestampSet.Builder. build() -
Uses of BoundedTimestampSet in uk.gov.gchq.gaffer.time.serialisation
Methods in uk.gov.gchq.gaffer.time.serialisation that return BoundedTimestampSet Modifier and Type Method Description BoundedTimestampSetBoundedTimestampSetSerialiser. deserialise(byte[] bytes)BoundedTimestampSetBoundedTimestampSetSerialiser. deserialise(byte[] allBytes, int offset, int length)BoundedTimestampSetBoundedTimestampSetSerialiser. deserialiseEmpty()Methods in uk.gov.gchq.gaffer.time.serialisation with parameters of type BoundedTimestampSet Modifier and Type Method Description byte[]BoundedTimestampSetSerialiser. serialise(BoundedTimestampSet boundedTimestampSet)
-