Uses of Class
org.apache.cassandra.transport.Envelope.Header.Flag
-
Packages that use Envelope.Header.Flag Package Description org.apache.cassandra.transport -
-
Uses of Envelope.Header.Flag in org.apache.cassandra.transport
Fields in org.apache.cassandra.transport with type parameters of type Envelope.Header.Flag Modifier and Type Field Description java.util.EnumSet<Envelope.Header.Flag>
Envelope.Header. flags
Methods in org.apache.cassandra.transport that return Envelope.Header.Flag Modifier and Type Method 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.Methods in org.apache.cassandra.transport that return types with arguments of type Envelope.Header.Flag Modifier and Type Method Description static java.util.EnumSet<Envelope.Header.Flag>
Envelope.Header.Flag. deserialize(int flags)
Method parameters in org.apache.cassandra.transport with type arguments of type Envelope.Header.Flag Modifier and Type Method 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)
-