Class KeyValueService
java.lang.Object
com.couchbase.client.core.state.AbstractStateMachine<LifecycleState>
com.couchbase.client.core.service.PooledService
com.couchbase.client.core.service.KeyValueService
- All Implemented Interfaces:
Service
,Stateful<LifecycleState>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.couchbase.client.core.service.Service
Service.EndpointFactory
-
Field Summary
Fields inherited from class com.couchbase.client.core.service.PooledService
DEFAULT_IDLE_TIME_CHECK_INTERVAL_MS
-
Constructor Summary
ConstructorsConstructorDescriptionKeyValueService
(String hostname, String bucket, String password, int port, CoreContext ctx) Deprecated.KeyValueService
(String hostname, String bucket, String username, String password, int port, CoreContext ctx) Creates a newKeyValueService
. -
Method Summary
Methods inherited from class com.couchbase.client.core.service.PooledService
connect, diagnostics, disconnect, endpoints, mapping, send
Methods inherited from class com.couchbase.client.core.state.AbstractStateMachine
hasSubscribers, isState, state, states, transitionState
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.couchbase.client.core.state.Stateful
hasSubscribers, isState, state, states
-
Constructor Details
-
KeyValueService
@Deprecated public KeyValueService(String hostname, String bucket, String password, int port, CoreContext ctx) Deprecated.Creates a newKeyValueService
.- Parameters:
hostname
- the hostname of the service.bucket
- the name of the bucket.password
- the password of the bucket.port
- the port of the service.ctx
- the core context.
-
KeyValueService
public KeyValueService(String hostname, String bucket, String username, String password, int port, CoreContext ctx) Creates a newKeyValueService
.- Parameters:
hostname
- the hostname of the service.bucket
- the name of the bucket.username
- the user authorized for bucket access.password
- the password of the user.port
- the port of the service.ctx
- the core context.
-
-
Method Details