Uses of Interface
com.couchbase.client.dcp.ConnectionNameGenerator
Packages that use ConnectionNameGenerator
-
Uses of ConnectionNameGenerator in com.couchbase.client.dcp
Classes in com.couchbase.client.dcp that implement ConnectionNameGeneratorModifier and TypeClassDescriptionclass
The default implementation for theConnectionNameGenerator
.Fields in com.couchbase.client.dcp declared as ConnectionNameGeneratorModifier and TypeFieldDescriptionstatic final ConnectionNameGenerator
DefaultConnectionNameGenerator.INSTANCE
A connection name generator with a default User Agent string.Methods in com.couchbase.client.dcp that return ConnectionNameGeneratorModifier and TypeMethodDescriptionClient.Environment.connectionNameGenerator()
Returns the name generator used to identify DCP sockets.Methods in com.couchbase.client.dcp with parameters of type ConnectionNameGeneratorModifier and TypeMethodDescriptionClient.Builder.connectionNameGenerator
(ConnectionNameGenerator connectionNameGenerator) If specific names for DCP connections should be generated, a custom one can be provided.