Uses of Enum Class
org.apache.hadoop.hbase.quotas.QuotaType

Packages that use org.apache.hadoop.hbase.quotas.QuotaType
  • Uses of org.apache.hadoop.hbase.quotas.QuotaType in org.apache.hadoop.hbase.quotas

    Methods in org.apache.hadoop.hbase.quotas that return org.apache.hadoop.hbase.quotas.QuotaType in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.quotas.QuotaType
    GlobalQuotaSettings.getQuotaType()
     
    abstract org.apache.hadoop.hbase.quotas.QuotaType
    QuotaSettings.getQuotaType()
     
    org.apache.hadoop.hbase.quotas.QuotaType
    ThrottleSettings.getQuotaType()
     
    static org.apache.hadoop.hbase.quotas.QuotaType
    QuotaType.valueOf(String name)
     
    static org.apache.hadoop.hbase.quotas.QuotaType[]
    QuotaType.values()
     
    Methods in org.apache.hadoop.hbase.quotas that return types with arguments of type org.apache.hadoop.hbase.quotas.QuotaType in in
    Modifier and Type
    Method
    Description
    Set<org.apache.hadoop.hbase.quotas.QuotaType>
    QuotaFilter.getTypeFilters()
    Returns the QuotaType types that we want to filter one
    Methods in org.apache.hadoop.hbase.quotas with parameters of type org.apache.hadoop.hbase.quotas.QuotaType in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.quotas.QuotaFilter
    QuotaFilter.addTypeFilter(org.apache.hadoop.hbase.quotas.QuotaType type)
    Add a type to the filter list
  • Uses of org.apache.hadoop.hbase.quotas.QuotaType in org.apache.hadoop.hbase.shaded.protobuf

    Methods in org.apache.hadoop.hbase.shaded.protobuf that return org.apache.hadoop.hbase.quotas.QuotaType in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.quotas.QuotaType
    ProtobufUtil.toQuotaScope(org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.QuotaType proto)
    Convert a protocol buffer QuotaType to a client QuotaType
    Methods in org.apache.hadoop.hbase.shaded.protobuf with parameters of type org.apache.hadoop.hbase.quotas.QuotaType in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.QuotaType
    ProtobufUtil.toProtoQuotaScope(org.apache.hadoop.hbase.quotas.QuotaType type)
    Convert a client QuotaType to a protocol buffer QuotaType