Uses of Enum Class
org.apache.hadoop.hbase.regionserver.wal.RingBufferTruck.Type
Packages that use RingBufferTruck.Type
-
Uses of RingBufferTruck.Type in org.apache.hadoop.hbase.regionserver.wal
Fields in org.apache.hadoop.hbase.regionserver.wal declared as RingBufferTruck.TypeMethods in org.apache.hadoop.hbase.regionserver.wal that return RingBufferTruck.TypeModifier and TypeMethodDescription(package private) RingBufferTruck.Type
RingBufferTruck.type()
Returns the type of this truck's payload.static RingBufferTruck.Type
Returns the enum constant of this class with the specified name.static RingBufferTruck.Type[]
RingBufferTruck.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.