Package com.couchbase.client.dcp.message
Class DcpSystemEvent
java.lang.Object
com.couchbase.client.dcp.message.DcpSystemEvent
- Direct Known Subclasses:
CollectionCreated
,CollectionDropped
,CollectionFlushed
,ScopeCreated
,ScopeDropped
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
static enum
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
DcpSystemEvent
(DcpSystemEvent.Type type, int vbucket, long seqno, int version) -
Method Summary
Modifier and TypeMethodDescriptionlong
getSeqno()
getType()
int
int
static DcpSystemEvent
parse
(com.couchbase.client.core.deps.io.netty.buffer.ByteBuf buffer)
-
Constructor Details
-
DcpSystemEvent
-
-
Method Details
-
getType
-
getVbucket
public int getVbucket() -
getSeqno
public long getSeqno() -
getVersion
public int getVersion() -
parse
-