Uses of Enum Class
org.apache.hadoop.hbase.procedure2.store.wal.WALProcedureStore.PushType
Packages that use WALProcedureStore.PushType
-
Uses of WALProcedureStore.PushType in org.apache.hadoop.hbase.procedure2.store.wal
Methods in org.apache.hadoop.hbase.procedure2.store.wal that return WALProcedureStore.PushTypeModifier and TypeMethodDescriptionstatic WALProcedureStore.PushType
Returns the enum constant of this class with the specified name.static WALProcedureStore.PushType[]
WALProcedureStore.PushType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase.procedure2.store.wal with parameters of type WALProcedureStore.PushTypeModifier and TypeMethodDescriptionprivate long
WALProcedureStore.pushData
(WALProcedureStore.PushType type, ByteSlot slot, long procId, long[] subProcIds) Deprecated.private void
WALProcedureStore.updateStoreTracker
(WALProcedureStore.PushType type, long procId, long[] subProcIds) Deprecated.