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 inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.quotas.QuotaTypeGlobalQuotaSettings.getQuotaType()abstract org.apache.hadoop.hbase.quotas.QuotaTypeQuotaSettings.getQuotaType()org.apache.hadoop.hbase.quotas.QuotaTypeThrottleSettings.getQuotaType()static org.apache.hadoop.hbase.quotas.QuotaTypeQuotaType.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 inModifier and TypeMethodDescriptionSet<org.apache.hadoop.hbase.quotas.QuotaType>QuotaFilter.getTypeFilters()Returns the QuotaType types that we want to filter oneMethods in org.apache.hadoop.hbase.quotas with parameters of type org.apache.hadoop.hbase.quotas.QuotaType in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.quotas.QuotaFilterQuotaFilter.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 inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.quotas.QuotaTypeProtobufUtil.toQuotaScope(org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.QuotaType proto) Convert a protocol buffer QuotaType to a client QuotaTypeMethods in org.apache.hadoop.hbase.shaded.protobuf with parameters of type org.apache.hadoop.hbase.quotas.QuotaType in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.QuotaTypeProtobufUtil.toProtoQuotaScope(org.apache.hadoop.hbase.quotas.QuotaType type) Convert a client QuotaType to a protocol buffer QuotaType