Uses of Enum Class
com.couchbase.client.dcp.message.DcpSystemEvent.Type
Packages that use DcpSystemEvent.Type
-
Uses of DcpSystemEvent.Type in com.couchbase.client.dcp.message
Methods in com.couchbase.client.dcp.message that return DcpSystemEvent.TypeModifier and TypeMethodDescriptionDcpSystemEvent.getType()static DcpSystemEvent.TypeReturns the enum constant of this class with the specified name.static DcpSystemEvent.Type[]DcpSystemEvent.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.couchbase.client.dcp.message with parameters of type DcpSystemEvent.TypeModifierConstructorDescriptionprotectedDcpSystemEvent(DcpSystemEvent.Type type, int vbucket, long seqno, int version)