public class DcpSystemEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
DcpSystemEvent.CollectionsManifestEvent |
static class |
DcpSystemEvent.Type |
| Modifier | Constructor and Description |
|---|---|
protected |
DcpSystemEvent(DcpSystemEvent.Type type,
int vbucket,
long seqno,
int version) |
| Modifier and Type | Method and Description |
|---|---|
long |
getSeqno() |
DcpSystemEvent.Type |
getType() |
int |
getVbucket() |
int |
getVersion() |
static DcpSystemEvent |
parse(io.netty.buffer.ByteBuf buffer) |
protected DcpSystemEvent(DcpSystemEvent.Type type, int vbucket, long seqno, int version)
public DcpSystemEvent.Type getType()
public int getVbucket()
public long getSeqno()
public int getVersion()
public static DcpSystemEvent parse(io.netty.buffer.ByteBuf buffer)
Copyright © 2021 Couchbase, Inc.. All rights reserved.