Package | Description |
---|---|
alluxio.client.file.dora.netty | |
alluxio.proto.dataserver | |
alluxio.util.proto | |
alluxio.worker.netty |
Modifier and Type | Field and Description |
---|---|
protected Protocol.WriteRequest |
NettyDataWriter.mPartialRequest |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<Protocol.WriteRequest> |
Protocol.WriteRequest.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Protocol.WriteRequest |
Protocol.WriteRequest.Builder.build() |
Protocol.WriteRequest |
Protocol.WriteRequest.Builder.buildPartial() |
static Protocol.WriteRequest |
Protocol.WriteRequest.getDefaultInstance() |
Protocol.WriteRequest |
Protocol.WriteRequest.getDefaultInstanceForType() |
Protocol.WriteRequest |
Protocol.WriteRequest.Builder.getDefaultInstanceForType() |
static Protocol.WriteRequest |
Protocol.WriteRequest.parseDelimitedFrom(InputStream input) |
static Protocol.WriteRequest |
Protocol.WriteRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.WriteRequest |
Protocol.WriteRequest.parseFrom(byte[] data) |
static Protocol.WriteRequest |
Protocol.WriteRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.WriteRequest |
Protocol.WriteRequest.parseFrom(ByteBuffer data) |
static Protocol.WriteRequest |
Protocol.WriteRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.WriteRequest |
Protocol.WriteRequest.parseFrom(com.google.protobuf.ByteString data) |
static Protocol.WriteRequest |
Protocol.WriteRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.WriteRequest |
Protocol.WriteRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static Protocol.WriteRequest |
Protocol.WriteRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protocol.WriteRequest |
Protocol.WriteRequest.parseFrom(InputStream input) |
static Protocol.WriteRequest |
Protocol.WriteRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Protocol.WriteRequest> |
Protocol.WriteRequest.getParserForType() |
static com.google.protobuf.Parser<Protocol.WriteRequest> |
Protocol.WriteRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Protocol.WriteRequest.Builder |
Protocol.WriteRequest.Builder.mergeFrom(Protocol.WriteRequest other) |
static Protocol.WriteRequest.Builder |
Protocol.WriteRequest.newBuilder(Protocol.WriteRequest prototype) |
Modifier and Type | Method and Description |
---|---|
Protocol.WriteRequest |
ProtoMessage.asWriteRequest()
Gets the write request or throws runtime exception if mMessage is not of type
Protocol.WriteRequest . |
Constructor and Description |
---|
ProtoMessage(Protocol.WriteRequest writeRequest) |
Modifier and Type | Method and Description |
---|---|
protected BlockWriteRequestContext |
FileWriteHandler.createRequestContext(Protocol.WriteRequest msg) |
protected UfsFileWriteRequestContext |
UfsFileWriteHandler.createRequestContext(Protocol.WriteRequest msg) |
Constructor and Description |
---|
BlockWriteRequestContext(Protocol.WriteRequest request,
long bytesReserved) |
Copyright © 2023. All Rights Reserved.