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
FieldsModifier and TypeFieldDescriptionprivate org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalancerDecisionsRequestprivate org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalancerRejectionsRequestprivate org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.SlowLogResponseRequest -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalancerDecisionsRequestorg.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalancerRejectionsRequestorg.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.SlowLogResponseRequestvoidsetBalancerDecisionsRequest(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalancerDecisionsRequest balancerDecisionsRequest) voidsetBalancerRejectionsRequest(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalancerRejectionsRequest balancerRejectionsRequest) voidsetNamedQueueEvent(int eventOrdinal) voidsetSlowLogResponseRequest(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
-