Uses of Enum Class
org.apache.hadoop.hbase.regionserver.TimeRangeTracker.Type
Packages that use TimeRangeTracker.Type
-
Uses of TimeRangeTracker.Type in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver that return TimeRangeTracker.TypeModifier and TypeMethodDescriptionstatic TimeRangeTracker.TypeReturns the enum constant of this class with the specified name.static TimeRangeTracker.Type[]TimeRangeTracker.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase.regionserver with parameters of type TimeRangeTracker.TypeModifier and TypeMethodDescriptionstatic TimeRangeTrackerTimeRangeTracker.create(TimeRangeTracker.Type type) static TimeRangeTrackerTimeRangeTracker.create(TimeRangeTracker.Type type, long minimumTimestamp, long maximumTimestamp) static TimeRangeTrackerTimeRangeTracker.create(TimeRangeTracker.Type type, TimeRangeTracker trt) static TimeRangeTrackerTimeRangeTracker.parseFrom(byte[] data, TimeRangeTracker.Type type)