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 BoundedTimestampSet
BoundedTimestampSet.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 BoundedTimestampSet
BoundedTimestampSetSerialiser. deserialise(byte[] bytes)
BoundedTimestampSet
BoundedTimestampSetSerialiser. deserialise(byte[] allBytes, int offset, int length)
BoundedTimestampSet
BoundedTimestampSetSerialiser. deserialiseEmpty()
Methods in uk.gov.gchq.gaffer.time.serialisation with parameters of type BoundedTimestampSet Modifier and Type Method Description byte[]
BoundedTimestampSetSerialiser. serialise(BoundedTimestampSet boundedTimestampSet)
-