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 TypeClassDescriptionclassThe default implementation for theConnectionNameGenerator.Fields in com.couchbase.client.dcp declared as ConnectionNameGeneratorModifier and TypeFieldDescriptionstatic final ConnectionNameGeneratorDefaultConnectionNameGenerator.INSTANCEA 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.