com.orbitz.consul.option
Class QueryOptions
java.lang.Object
com.orbitz.consul.option.QueryOptions
public class QueryOptions
- extends java.lang.Object
Container for common query options used by the Consul API.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BLANK
public static QueryOptions BLANK
getWait
public java.lang.String getWait()
getIndex
public long getIndex()
getConsistencyMode
public ConsistencyMode getConsistencyMode()
isBlocking
public boolean isBlocking()
hasToken
public boolean hasToken()
getToken
public java.lang.String getToken()