Modifier and Type | Method and Description |
---|---|
Authenticator |
CoreContext.authenticator()
Returns the authenticator used for this core.
|
Modifier and Type | Method and Description |
---|---|
static Core |
Core.create(CoreEnvironment environment,
Authenticator authenticator,
Set<SeedNode> seedNodes)
Creates a new
Core with the given environment. |
Constructor and Description |
---|
Core(CoreEnvironment environment,
Authenticator authenticator,
Set<SeedNode> seedNodes)
Creates a new Core.
|
CoreContext(Core core,
long id,
CoreEnvironment env,
Authenticator authenticator)
Creates a new
CoreContext . |
Constructor and Description |
---|
KeyValueEndpoint(ServiceContext ctx,
String hostname,
int port,
Optional<String> bucketname,
Authenticator authenticator) |
KeyValuePipelineInitializer(EndpointContext ctx,
Optional<String> bucketname,
Authenticator authenticator) |
Modifier and Type | Class and Description |
---|---|
class |
CertificateAuthenticator
Performs authentication through a client certificate instead of supplying username and password.
|
class |
PasswordAuthenticator
Performs authentication against a couchbase server cluster using username and password.
|
Constructor and Description |
---|
AnalyticsRequest(Duration timeout,
CoreContext ctx,
RetryStrategy retryStrategy,
Authenticator authenticator,
byte[] query,
int priority,
boolean idempotent,
String contextId,
String statement,
InternalSpan span) |
Constructor and Description |
---|
BucketConfigRequest(Duration timeout,
CoreContext ctx,
RetryStrategy retryStrategy,
String bucketName,
Authenticator authenticator,
NodeIdentifier target) |
BucketConfigStreamingRequest(Duration timeout,
CoreContext ctx,
RetryStrategy retryStrategy,
String bucketName,
Authenticator authenticator) |
Modifier and Type | Method and Description |
---|---|
Authenticator |
QueryRequest.credentials() |
Constructor and Description |
---|
QueryRequest(Duration timeout,
CoreContext ctx,
RetryStrategy retryStrategy,
Authenticator authenticator,
String statement,
byte[] query,
boolean idempotent,
String contextId,
InternalSpan span,
String queryContext) |
Constructor and Description |
---|
SearchRequest(Duration timeout,
CoreContext ctx,
RetryStrategy retryStrategy,
Authenticator authenticator,
String indexName,
byte[] content,
InternalSpan span) |
Constructor and Description |
---|
ViewRequest(Duration timeout,
CoreContext ctx,
RetryStrategy retryStrategy,
Authenticator authenticator,
String bucket,
String design,
String view,
String query,
Optional<byte[]> keysJson,
boolean development,
InternalSpan span) |
Constructor and Description |
---|
KeyValueService(ServiceConfig serviceConfig,
CoreContext coreContext,
String hostname,
int port,
Optional<String> bucketname,
Authenticator authenticator) |
Copyright © 2020 Couchbase, Inc.. All rights reserved.