Package | Description |
---|---|
org.apache.cassandra.transport |
Modifier and Type | Field and Description |
---|---|
java.util.EnumSet<Envelope.Header.Flag> |
Envelope.Header.flags |
Modifier and Type | Method and Description |
---|---|
static Envelope.Header.Flag |
Envelope.Header.Flag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Envelope.Header.Flag[] |
Envelope.Header.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.EnumSet<Envelope.Header.Flag> |
Envelope.Header.Flag.deserialize(int flags) |
Modifier and Type | Method and Description |
---|---|
static Envelope |
Envelope.create(Message.Type type,
int streamId,
ProtocolVersion version,
java.util.EnumSet<Envelope.Header.Flag> flags,
io.netty.buffer.ByteBuf body) |
static int |
Envelope.Header.Flag.serialize(java.util.EnumSet<Envelope.Header.Flag> flags) |
Copyright © 2009-2022 The Apache Software Foundation