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 interfacestatic enum -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDcpSystemEvent(DcpSystemEvent.Type type, int vbucket, long seqno, int version) -
Method Summary
Modifier and TypeMethodDescriptionlonggetSeqno()getType()intintstatic DcpSystemEventparse(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
-