Class NamedQueueGetRequest
java.lang.Object
org.apache.hadoop.hbase.namequeues.request.NamedQueueGetRequest
Request object to be used by ring buffer use-cases. Clients get records by sending this request
object. For each ring buffer use-case, add request payload to this class, client should set
namedQueueEvent based on use-case. Protobuf does not support inheritance, hence we need to work
with
-
Field Summary
Modifier and TypeFieldDescriptionprivate org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalancerDecisionsRequest
private org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalancerRejectionsRequest
private org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.SlowLogResponseRequest
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalancerDecisionsRequest
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalancerRejectionsRequest
org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.SlowLogResponseRequest
void
setBalancerDecisionsRequest
(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalancerDecisionsRequest balancerDecisionsRequest) void
setBalancerRejectionsRequest
(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalancerRejectionsRequest balancerRejectionsRequest) void
setNamedQueueEvent
(int eventOrdinal) void
setSlowLogResponseRequest
(org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.SlowLogResponseRequest slowLogResponseRequest) toString()
-
Field Details
-
slowLogResponseRequest
private org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.SlowLogResponseRequest slowLogResponseRequest -
namedQueueEvent
-
balancerDecisionsRequest
private org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalancerDecisionsRequest balancerDecisionsRequest -
balancerRejectionsRequest
private org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalancerRejectionsRequest balancerRejectionsRequest
-
-
Constructor Details
-
NamedQueueGetRequest
public NamedQueueGetRequest()
-
-
Method Details
-
getSlowLogResponseRequest
public org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.SlowLogResponseRequest getSlowLogResponseRequest() -
setSlowLogResponseRequest
public void setSlowLogResponseRequest(org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.SlowLogResponseRequest slowLogResponseRequest) -
getBalancerDecisionsRequest
public org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalancerDecisionsRequest getBalancerDecisionsRequest() -
getBalancerRejectionsRequest
public org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalancerRejectionsRequest getBalancerRejectionsRequest() -
setBalancerDecisionsRequest
public void setBalancerDecisionsRequest(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalancerDecisionsRequest balancerDecisionsRequest) -
setBalancerRejectionsRequest
public void setBalancerRejectionsRequest(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalancerRejectionsRequest balancerRejectionsRequest) -
getNamedQueueEvent
-
setNamedQueueEvent
-
toString
-