Uses of Enum Class
org.apache.hadoop.hbase.quotas.ThrottleType
Packages that use org.apache.hadoop.hbase.quotas.ThrottleType
-
Uses of org.apache.hadoop.hbase.quotas.ThrottleType in org.apache.hadoop.hbase.quotas
Methods in org.apache.hadoop.hbase.quotas that return org.apache.hadoop.hbase.quotas.ThrottleType in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.quotas.ThrottleTypeThrottleSettings.getThrottleType()static org.apache.hadoop.hbase.quotas.ThrottleTypeThrottleType.valueOf(String name) static org.apache.hadoop.hbase.quotas.ThrottleType[]ThrottleType.values()Methods in org.apache.hadoop.hbase.quotas with parameters of type org.apache.hadoop.hbase.quotas.ThrottleType in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.quotas.QuotaSettingsQuotaSettingsFactory.throttleNamespace(String namespace, org.apache.hadoop.hbase.quotas.ThrottleType type, long limit, TimeUnit timeUnit) Throttle the specified namespace.static org.apache.hadoop.hbase.quotas.QuotaSettingsQuotaSettingsFactory.throttleNamespace(String namespace, org.apache.hadoop.hbase.quotas.ThrottleType type, long limit, TimeUnit timeUnit, org.apache.hadoop.hbase.quotas.QuotaScope scope) Throttle the specified namespace.static org.apache.hadoop.hbase.quotas.QuotaSettingsQuotaSettingsFactory.throttleRegionServer(String regionServer, org.apache.hadoop.hbase.quotas.ThrottleType type, long limit, TimeUnit timeUnit) Throttle the specified region server.static org.apache.hadoop.hbase.quotas.QuotaSettingsQuotaSettingsFactory.throttleTable(org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.quotas.ThrottleType type, long limit, TimeUnit timeUnit) Throttle the specified table.static org.apache.hadoop.hbase.quotas.QuotaSettingsQuotaSettingsFactory.throttleTable(org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.quotas.ThrottleType type, long limit, TimeUnit timeUnit, org.apache.hadoop.hbase.quotas.QuotaScope scope) Throttle the specified table.static org.apache.hadoop.hbase.quotas.QuotaSettingsQuotaSettingsFactory.throttleUser(String userName, String namespace, org.apache.hadoop.hbase.quotas.ThrottleType type, long limit, TimeUnit timeUnit) Throttle the specified user on the specified namespace.static org.apache.hadoop.hbase.quotas.QuotaSettingsQuotaSettingsFactory.throttleUser(String userName, String namespace, org.apache.hadoop.hbase.quotas.ThrottleType type, long limit, TimeUnit timeUnit, org.apache.hadoop.hbase.quotas.QuotaScope scope) Throttle the specified user on the specified namespace.static org.apache.hadoop.hbase.quotas.QuotaSettingsQuotaSettingsFactory.throttleUser(String userName, org.apache.hadoop.hbase.quotas.ThrottleType type, long limit, TimeUnit timeUnit) Throttle the specified user.static org.apache.hadoop.hbase.quotas.QuotaSettingsQuotaSettingsFactory.throttleUser(String userName, org.apache.hadoop.hbase.quotas.ThrottleType type, long limit, TimeUnit timeUnit, org.apache.hadoop.hbase.quotas.QuotaScope scope) Throttle the specified user.static org.apache.hadoop.hbase.quotas.QuotaSettingsQuotaSettingsFactory.throttleUser(String userName, org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.quotas.ThrottleType type, long limit, TimeUnit timeUnit) Throttle the specified user on the specified table.static org.apache.hadoop.hbase.quotas.QuotaSettingsQuotaSettingsFactory.throttleUser(String userName, org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.quotas.ThrottleType type, long limit, TimeUnit timeUnit, org.apache.hadoop.hbase.quotas.QuotaScope scope) Throttle the specified user on the specified table.static org.apache.hadoop.hbase.quotas.QuotaSettingsQuotaSettingsFactory.unthrottleNamespaceByThrottleType(String namespace, org.apache.hadoop.hbase.quotas.ThrottleType type) Remove the throttling for the specified namespace by throttle type.static org.apache.hadoop.hbase.quotas.QuotaSettingsQuotaSettingsFactory.unthrottleRegionServerByThrottleType(String regionServer, org.apache.hadoop.hbase.quotas.ThrottleType type) Remove the throttling for the specified region server by throttle type.static org.apache.hadoop.hbase.quotas.QuotaSettingsQuotaSettingsFactory.unthrottleTableByThrottleType(org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.quotas.ThrottleType type) Remove the throttling for the specified table.static org.apache.hadoop.hbase.quotas.QuotaSettingsQuotaSettingsFactory.unthrottleUserByThrottleType(String userName, String namespace, org.apache.hadoop.hbase.quotas.ThrottleType type) Remove the throttling for the specified user on the specified namespace.static org.apache.hadoop.hbase.quotas.QuotaSettingsQuotaSettingsFactory.unthrottleUserByThrottleType(String userName, org.apache.hadoop.hbase.quotas.ThrottleType type) Remove the throttling for the specified user.static org.apache.hadoop.hbase.quotas.QuotaSettingsQuotaSettingsFactory.unthrottleUserByThrottleType(String userName, org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.quotas.ThrottleType type) Remove the throttling for the specified user on the specified table. -
Uses of org.apache.hadoop.hbase.quotas.ThrottleType in org.apache.hadoop.hbase.shaded.protobuf
Methods in org.apache.hadoop.hbase.shaded.protobuf that return org.apache.hadoop.hbase.quotas.ThrottleType in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.quotas.ThrottleTypeProtobufUtil.toThrottleType(org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.ThrottleType proto) Convert a protocol buffer ThrottleType to a client ThrottleTypeMethods in org.apache.hadoop.hbase.shaded.protobuf with parameters of type org.apache.hadoop.hbase.quotas.ThrottleType in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.shaded.protobuf.generated.QuotaProtos.ThrottleTypeProtobufUtil.toProtoThrottleType(org.apache.hadoop.hbase.quotas.ThrottleType type) Convert a client ThrottleType to a protocol buffer ThrottleType