Uses of Enum Class
org.apache.hadoop.hbase.regionserver.wal.WALActionsListener.RollRequestReason
Packages that use WALActionsListener.RollRequestReason
-
Uses of WALActionsListener.RollRequestReason in org.apache.hadoop.hbase.regionserver.wal
Methods in org.apache.hadoop.hbase.regionserver.wal that return WALActionsListener.RollRequestReasonModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static WALActionsListener.RollRequestReason[]
WALActionsListener.RollRequestReason.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase.regionserver.wal with parameters of type WALActionsListener.RollRequestReasonModifier and TypeMethodDescriptionvoid
MetricsWAL.logRollRequested
(WALActionsListener.RollRequestReason reason) default void
WALActionsListener.logRollRequested
(WALActionsListener.RollRequestReason reason) A request was made that the WAL be rolled.protected final void
AbstractFSWAL.requestLogRoll
(WALActionsListener.RollRequestReason reason)