Package | Description |
---|---|
com.couchbase.client | |
com.couchbase.client.vbucket |
Modifier and Type | Field and Description |
---|---|
static CouchbaseNodeOrder |
CouchbaseConnectionFactory.DEFAULT_STREAMING_NODE_ORDER
Default Node ordering to use for streaming connection.
|
Modifier and Type | Method and Description |
---|---|
CouchbaseNodeOrder |
CouchbaseConnectionFactory.getStreamingNodeOrder() |
Modifier and Type | Method and Description |
---|---|
CouchbaseConnectionFactoryBuilder |
CouchbaseConnectionFactoryBuilder.setStreamingNodeOrder(CouchbaseNodeOrder order)
Set the streaming connection node ordering.
|
Modifier and Type | Method and Description |
---|---|
static CouchbaseNodeOrder |
CouchbaseNodeOrder.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CouchbaseNodeOrder[] |
CouchbaseNodeOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2006-2009 Dustin Sallings, 2009-2012 Couchbase, Inc.