Package | Description |
---|---|
com.couchbase.client.core.message.dcp |
Modifier and Type | Method and Description |
---|---|
StreamEndMessage.Reason |
StreamEndMessage.reason()
Deprecated.
Specify to the consumer why the stream was closed
|
static StreamEndMessage.Reason |
StreamEndMessage.Reason.valueOf(int flags) |
static StreamEndMessage.Reason |
StreamEndMessage.Reason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamEndMessage.Reason[] |
StreamEndMessage.Reason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
StreamEndMessage(int totalBodyLength,
short partition,
StreamEndMessage.Reason reason,
String bucket)
Deprecated.
|
StreamEndMessage(int totalBodyLength,
short partition,
StreamEndMessage.Reason reason,
String bucket,
String password)
Deprecated.
|
StreamEndMessage(int totalBodyLength,
short partition,
StreamEndMessage.Reason reason,
String bucket,
String username,
String password)
Deprecated.
|
Copyright © 2017 Couchbase, Inc.. All rights reserved.