Uses of Enum
org.apache.hadoop.hbase.regionserver.TestMultiLogThreshold.ActionType
Packages that use TestMultiLogThreshold.ActionType
-
Uses of TestMultiLogThreshold.ActionType in org.apache.hadoop.hbase.regionserver
Methods in org.apache.hadoop.hbase.regionserver that return TestMultiLogThreshold.ActionTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static TestMultiLogThreshold.ActionType[]
TestMultiLogThreshold.ActionType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.hadoop.hbase.regionserver with parameters of type TestMultiLogThreshold.ActionTypeModifier and TypeMethodDescriptionprivate void
TestMultiLogThreshold.sendMultiRequest
(int rows, TestMultiLogThreshold.ActionType actionType) Sends a multi request with a certain amount of rows, will populate Multi command with either "rows" number of RegionActions with one Action each or one RegionAction with "rows" number of Actions