
alluxio.grpc.FileBlockInfoOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer alluxio.shaded.client.com.iler. DO NOT EDIT!
// source: grpc/file_system_master.proto
package alluxio.grpc;
public interface FileBlockInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:alluxio.grpc.file.FileBlockInfo)
alluxio.shaded.client.com.google.protobuf.MessageOrBuilder {
/**
* optional .alluxio.grpc.BlockInfo blockInfo = 1;
* @return Whether the blockInfo field is set.
*/
boolean hasBlockInfo();
/**
* optional .alluxio.grpc.BlockInfo blockInfo = 1;
* @return The blockInfo.
*/
alluxio.grpc.BlockInfo getBlockInfo();
/**
* optional .alluxio.grpc.BlockInfo blockInfo = 1;
*/
alluxio.grpc.BlockInfoOrBuilder getBlockInfoOrBuilder();
/**
* optional int64 offset = 2;
* @return Whether the offset field is set.
*/
boolean hasOffset();
/**
* optional int64 offset = 2;
* @return The offset.
*/
long getOffset();
/**
*
* deprecated since 1.1 will be removed in 2.0 (replaced by ufsStringLocations)
*
*
* repeated .alluxio.grpc.WorkerNetAddress ufsLocations = 3;
*/
java.util.List
getUfsLocationsList();
/**
*
* deprecated since 1.1 will be removed in 2.0 (replaced by ufsStringLocations)
*
*
* repeated .alluxio.grpc.WorkerNetAddress ufsLocations = 3;
*/
alluxio.grpc.WorkerNetAddress getUfsLocations(int index);
/**
*
* deprecated since 1.1 will be removed in 2.0 (replaced by ufsStringLocations)
*
*
* repeated .alluxio.grpc.WorkerNetAddress ufsLocations = 3;
*/
int getUfsLocationsCount();
/**
*
* deprecated since 1.1 will be removed in 2.0 (replaced by ufsStringLocations)
*
*
* repeated .alluxio.grpc.WorkerNetAddress ufsLocations = 3;
*/
java.util.List extends alluxio.grpc.WorkerNetAddressOrBuilder>
getUfsLocationsOrBuilderList();
/**
*
* deprecated since 1.1 will be removed in 2.0 (replaced by ufsStringLocations)
*
*
* repeated .alluxio.grpc.WorkerNetAddress ufsLocations = 3;
*/
alluxio.grpc.WorkerNetAddressOrBuilder getUfsLocationsOrBuilder(
int index);
/**
* repeated string ufsStringLocations = 4;
* @return A list containing the ufsStringLocations.
*/
java.util.List
getUfsStringLocationsList();
/**
* repeated string ufsStringLocations = 4;
* @return The count of ufsStringLocations.
*/
int getUfsStringLocationsCount();
/**
* repeated string ufsStringLocations = 4;
* @param index The index of the element to return.
* @return The ufsStringLocations at the given index.
*/
java.lang.String getUfsStringLocations(int index);
/**
* repeated string ufsStringLocations = 4;
* @param index The index of the value to return.
* @return The bytes of the ufsStringLocations at the given index.
*/
alluxio.shaded.client.com.google.protobuf.ByteString
getUfsStringLocationsBytes(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy