@InterfaceAudience.Private public class NamedQueueGetRequest extends Object
Modifier and Type | Field and Description |
---|---|
private org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalancerDecisionsRequest |
balancerDecisionsRequest |
private org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalancerRejectionsRequest |
balancerRejectionsRequest |
private NamedQueuePayload.NamedQueueEvent |
namedQueueEvent |
private org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.SlowLogResponseRequest |
slowLogResponseRequest |
Constructor and Description |
---|
NamedQueueGetRequest() |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalancerDecisionsRequest |
getBalancerDecisionsRequest() |
org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalancerRejectionsRequest |
getBalancerRejectionsRequest() |
NamedQueuePayload.NamedQueueEvent |
getNamedQueueEvent() |
org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.SlowLogResponseRequest |
getSlowLogResponseRequest() |
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) |
String |
toString() |
private org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.SlowLogResponseRequest slowLogResponseRequest
private NamedQueuePayload.NamedQueueEvent namedQueueEvent
private org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalancerDecisionsRequest balancerDecisionsRequest
private org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalancerRejectionsRequest balancerRejectionsRequest
public NamedQueueGetRequest()
public org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.SlowLogResponseRequest getSlowLogResponseRequest()
public void setSlowLogResponseRequest(org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.SlowLogResponseRequest slowLogResponseRequest)
public org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalancerDecisionsRequest getBalancerDecisionsRequest()
public org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalancerRejectionsRequest getBalancerRejectionsRequest()
public void setBalancerDecisionsRequest(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalancerDecisionsRequest balancerDecisionsRequest)
public void setBalancerRejectionsRequest(org.apache.hadoop.hbase.shaded.protobuf.generated.MasterProtos.BalancerRejectionsRequest balancerRejectionsRequest)
public NamedQueuePayload.NamedQueueEvent getNamedQueueEvent()
public void setNamedQueueEvent(int eventOrdinal)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.