Package com.couchbase.client.java.env
Class ClusterEnvironment
- java.lang.Object
-
- com.couchbase.client.core.env.CoreEnvironment
-
- com.couchbase.client.java.env.ClusterEnvironment
-
public class ClusterEnvironment extends CoreEnvironment
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ClusterEnvironment.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClusterEnvironment.Builder
builder()
static ClusterEnvironment
create()
protected String
defaultAgentTitle()
JsonSerializer
jsonSerializer()
Returns the default serializer used to serialize and deserialize JSON values.Transcoder
transcoder()
Returns the default transcoder used for all operations if not overridden on a per-operation basis.-
Methods inherited from class com.couchbase.client.core.env.CoreEnvironment
clientHash, clientVersion, compressionConfig, coreHash, coreVersion, eventBus, exportAsString, ioConfig, ioEnvironment, loggerConfig, retryStrategy, scheduler, securityConfig, serviceConfig, shutdown, shutdown, shutdownAsync, shutdownAsync, shutdownReactive, shutdownReactive, timeoutConfig, timer, toString, userAgent
-
-
-
-
Method Detail
-
defaultAgentTitle
protected String defaultAgentTitle()
- Overrides:
defaultAgentTitle
in classCoreEnvironment
-
create
public static ClusterEnvironment create()
-
builder
public static ClusterEnvironment.Builder builder()
-
transcoder
public Transcoder transcoder()
Returns the default transcoder used for all operations if not overridden on a per-operation basis.
-
jsonSerializer
public JsonSerializer jsonSerializer()
Returns the default serializer used to serialize and deserialize JSON values.
-
-