Package com.couchbase.client.core
Class CoreProtostellar
- java.lang.Object
-
- com.couchbase.client.core.CoreProtostellar
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_PROTOSTELLAR_TLS_PORT
The default port used for Protostellar.
-
Constructor Summary
Constructors Constructor Description CoreProtostellar(Core core, Authenticator authenticator, Set<SeedNode> seedNodes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProtostellarEndpoint
endpoint()
ProtostellarPool
pool()
void
shutdown(Duration timeout)
-
-
-
Field Detail
-
DEFAULT_PROTOSTELLAR_TLS_PORT
public static final int DEFAULT_PROTOSTELLAR_TLS_PORT
The default port used for Protostellar.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CoreProtostellar
public CoreProtostellar(Core core, Authenticator authenticator, Set<SeedNode> seedNodes)
-
-
Method Detail
-
shutdown
public void shutdown(Duration timeout)
-
endpoint
public ProtostellarEndpoint endpoint()
-
pool
public ProtostellarPool pool()
-
-