Uses of Class
uk.gov.gchq.gaffer.time.BoundedTimestampSet.State
-
Packages that use BoundedTimestampSet.State Package Description uk.gov.gchq.gaffer.time Classes for handling timestamps in Gaffer store implementations. -
-
Uses of BoundedTimestampSet.State in uk.gov.gchq.gaffer.time
Methods in uk.gov.gchq.gaffer.time that return BoundedTimestampSet.State Modifier and Type Method Description BoundedTimestampSet.StateBoundedTimestampSet. getState()ReturnsNOT_FULLif less than or equal toBoundedTimestampSet.getMaxSize()timestamps have been added.static BoundedTimestampSet.StateBoundedTimestampSet.State. valueOf(String name)Returns the enum constant of this type with the specified name.static BoundedTimestampSet.State[]BoundedTimestampSet.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.gov.gchq.gaffer.time with parameters of type BoundedTimestampSet.State Modifier and Type Method Description BoundedTimestampSet.BuilderBoundedTimestampSet.Builder. state(BoundedTimestampSet.State state)
-