Uses of Enum Class
com.couchbase.client.dcp.config.DcpControl.Names
Packages that use DcpControl.Names
-
Uses of DcpControl.Names in com.couchbase.client.dcp
Methods in com.couchbase.client.dcp with parameters of type DcpControl.NamesModifier and TypeMethodDescriptionClient.Builder.controlParam(DcpControl.Names name, Object value) Sets a DCP control parameter. -
Uses of DcpControl.Names in com.couchbase.client.dcp.config
Methods in com.couchbase.client.dcp.config that return DcpControl.NamesModifier and TypeMethodDescriptionstatic DcpControl.NamesReturns the enum constant of this class with the specified name.static DcpControl.Names[]DcpControl.Names.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.couchbase.client.dcp.config with parameters of type DcpControl.NamesModifier and TypeMethodDescriptionDcpControl.get(DcpControl.Names name) Returns a param if set, otherwise null is returned.DcpControl.put(DcpControl.Names name, String value) Sets a control parameter.