@Stability.Internal public final class ProtostellarContext extends AbstractContext
Context.ExportFormat
Constructor and Description |
---|
ProtostellarContext(CoreEnvironment env,
Authenticator authenticator) |
Modifier and Type | Method and Description |
---|---|
Authenticator |
authenticator() |
CoreEnvironment |
environment() |
String |
hexId() |
long |
id() |
void |
injectExportableParams(Map<String,Object> input)
This method needs to be implemented by the actual context implementations to
inject the params they need for exporting.
|
exportAsMap, exportAsString, toString
public ProtostellarContext(CoreEnvironment env, Authenticator authenticator)
public long id()
public String hexId()
public CoreEnvironment environment()
public Authenticator authenticator()
public void injectExportableParams(Map<String,Object> input)
AbstractContext
injectExportableParams
in class AbstractContext
input
- pass exportable params in here.Copyright © 2024 Couchbase, Inc.. All rights reserved.