public static class OperationQuota.AvgOperationSize extends Object
Constructor and Description |
---|
OperationQuota.AvgOperationSize() |
Modifier and Type | Method and Description |
---|---|
void |
addGetResult(Result result) |
void |
addMutation(Mutation mutation) |
void |
addOperationSize(OperationQuota.OperationType type,
long size) |
void |
addScanResult(List<Result> results) |
long |
getAvgOperationSize(OperationQuota.OperationType type) |
long |
getOperationSize(OperationQuota.OperationType type) |
public void addOperationSize(OperationQuota.OperationType type, long size)
public long getAvgOperationSize(OperationQuota.OperationType type)
public long getOperationSize(OperationQuota.OperationType type)
public void addGetResult(Result result)
public void addMutation(Mutation mutation)
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.