
alluxio.grpc.WriteRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer alluxio.shaded.client.com.iler. DO NOT EDIT!
// source: grpc/block_worker.proto
package alluxio.grpc;
public interface WriteRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:alluxio.grpc.block.WriteRequest)
alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {
/**
* .alluxio.grpc.block.WriteRequestCommand alluxio.shaded.client.com.and = 1;
* @return Whether the alluxio.shaded.client.com.and field is set.
*/
boolean hasCommand();
/**
* .alluxio.grpc.block.WriteRequestCommand alluxio.shaded.client.com.and = 1;
* @return The alluxio.shaded.client.com.and.
*/
alluxio.grpc.WriteRequestCommand getCommand();
/**
* .alluxio.grpc.block.WriteRequestCommand alluxio.shaded.client.com.and = 1;
*/
alluxio.grpc.WriteRequestCommandOrBuilder getCommandOrBuilder();
/**
* .alluxio.grpc.block.Chunk chunk = 2;
* @return Whether the chunk field is set.
*/
boolean hasChunk();
/**
* .alluxio.grpc.block.Chunk chunk = 2;
* @return The chunk.
*/
alluxio.grpc.Chunk getChunk();
/**
* .alluxio.grpc.block.Chunk chunk = 2;
*/
alluxio.grpc.ChunkOrBuilder getChunkOrBuilder();
public alluxio.grpc.WriteRequest.ValueCase getValueCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy