|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SystemProperties>
me.prettyprint.cassandra.service.SystemProperties
public enum SystemProperties
System properties used by Hector.
| Enum Constant Summary | |
|---|---|
CASSANDRA_THRIFT_SOCKET_TIMEOUT
What's the default socket timeout for thrift in miliseconds. |
|
HECTOR_PERFORM_NAME_RESOLUTION
Should hector perform name resolution? Default: no; Do not perform name resolution For example: -DHECTOR_PERFORM_NAME_RESOLUTION=true |
|
| Method Summary | |
|---|---|
static SystemProperties |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SystemProperties[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final SystemProperties HECTOR_PERFORM_NAME_RESOLUTION
public static final SystemProperties CASSANDRA_THRIFT_SOCKET_TIMEOUT
| Method Detail |
|---|
public static SystemProperties[] values()
for (SystemProperties c : SystemProperties.values()) System.out.println(c);
public static SystemProperties valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||