public class ServerLimit extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ServerLimit.Builder |
Constructor and Description |
---|
ServerLimit(long held,
long maxHeld,
long barrier,
long limit,
long failCount) |
Modifier and Type | Method and Description |
---|---|
static ServerLimit.Builder |
builder() |
boolean |
equals(Object object) |
long |
getBarrier() |
long |
getFailCount() |
long |
getHeld() |
long |
getLimit() |
long |
getMaxHeld() |
int |
hashCode() |
String |
toString() |
public ServerLimit(long held, long maxHeld, long barrier, long limit, long failCount)
public static ServerLimit.Builder builder()
public long getHeld()
public long getMaxHeld()
public long getBarrier()
public long getLimit()
public long getFailCount()
Copyright © 2009-2012 jclouds. All Rights Reserved.