public class RankedStorageAccount extends Object
| Constructor and Description |
|---|
RankedStorageAccount(String accountName,
int maxNumberOfBuckets,
int bucketDurationMillis,
TimeProvider timeProvider) |
| Modifier and Type | Method and Description |
|---|---|
void |
addResult(boolean success) |
String |
getAccountName() |
double |
getRank() |
public RankedStorageAccount(String accountName, int maxNumberOfBuckets, int bucketDurationMillis, TimeProvider timeProvider)
public void addResult(boolean success)
public double getRank()
public String getAccountName()
Copyright © 2024. All rights reserved.