Package | Description |
---|---|
alluxio.grpc | |
alluxio.stress | |
alluxio.worker.block |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<LocationBlockIdListEntry> |
LocationBlockIdListEntry.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LocationBlockIdListEntry |
LocationBlockIdListEntry.Builder.build() |
LocationBlockIdListEntry |
LocationBlockIdListEntry.Builder.buildPartial() |
LocationBlockIdListEntry |
BlockHeartbeatPRequestOrBuilder.getAddedBlocks(int index)
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
LocationBlockIdListEntry |
BlockHeartbeatPRequest.getAddedBlocks(int index)
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
LocationBlockIdListEntry |
BlockHeartbeatPRequest.Builder.getAddedBlocks(int index)
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
LocationBlockIdListEntry |
RegisterWorkerPRequestOrBuilder.getCurrentBlocks(int index)
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
LocationBlockIdListEntry |
RegisterWorkerPRequest.getCurrentBlocks(int index)
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
LocationBlockIdListEntry |
RegisterWorkerPRequest.Builder.getCurrentBlocks(int index)
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
static LocationBlockIdListEntry |
LocationBlockIdListEntry.getDefaultInstance() |
LocationBlockIdListEntry |
LocationBlockIdListEntry.getDefaultInstanceForType() |
LocationBlockIdListEntry |
LocationBlockIdListEntry.Builder.getDefaultInstanceForType() |
static LocationBlockIdListEntry |
LocationBlockIdListEntry.parseDelimitedFrom(InputStream input) |
static LocationBlockIdListEntry |
LocationBlockIdListEntry.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LocationBlockIdListEntry |
LocationBlockIdListEntry.parseFrom(byte[] data) |
static LocationBlockIdListEntry |
LocationBlockIdListEntry.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LocationBlockIdListEntry |
LocationBlockIdListEntry.parseFrom(ByteBuffer data) |
static LocationBlockIdListEntry |
LocationBlockIdListEntry.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LocationBlockIdListEntry |
LocationBlockIdListEntry.parseFrom(com.google.protobuf.ByteString data) |
static LocationBlockIdListEntry |
LocationBlockIdListEntry.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LocationBlockIdListEntry |
LocationBlockIdListEntry.parseFrom(com.google.protobuf.CodedInputStream input) |
static LocationBlockIdListEntry |
LocationBlockIdListEntry.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LocationBlockIdListEntry |
LocationBlockIdListEntry.parseFrom(InputStream input) |
static LocationBlockIdListEntry |
LocationBlockIdListEntry.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<LocationBlockIdListEntry> |
BlockHeartbeatPRequestOrBuilder.getAddedBlocksList()
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
List<LocationBlockIdListEntry> |
BlockHeartbeatPRequest.getAddedBlocksList()
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
List<LocationBlockIdListEntry> |
BlockHeartbeatPRequest.Builder.getAddedBlocksList()
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
List<LocationBlockIdListEntry> |
RegisterWorkerPRequestOrBuilder.getCurrentBlocksList()
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
List<LocationBlockIdListEntry> |
RegisterWorkerPRequest.getCurrentBlocksList()
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
List<LocationBlockIdListEntry> |
RegisterWorkerPRequest.Builder.getCurrentBlocksList()
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
com.google.protobuf.Parser<LocationBlockIdListEntry> |
LocationBlockIdListEntry.getParserForType() |
static com.google.protobuf.Parser<LocationBlockIdListEntry> |
LocationBlockIdListEntry.parser() |
Modifier and Type | Method and Description |
---|---|
BlockHeartbeatPRequest.Builder |
BlockHeartbeatPRequest.Builder.addAddedBlocks(int index,
LocationBlockIdListEntry value)
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
BlockHeartbeatPRequest.Builder |
BlockHeartbeatPRequest.Builder.addAddedBlocks(LocationBlockIdListEntry value)
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
RegisterWorkerPRequest.Builder |
RegisterWorkerPRequest.Builder.addCurrentBlocks(int index,
LocationBlockIdListEntry value)
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
RegisterWorkerPRequest.Builder |
RegisterWorkerPRequest.Builder.addCurrentBlocks(LocationBlockIdListEntry value)
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
LocationBlockIdListEntry.Builder |
LocationBlockIdListEntry.Builder.mergeFrom(LocationBlockIdListEntry other) |
static LocationBlockIdListEntry.Builder |
LocationBlockIdListEntry.newBuilder(LocationBlockIdListEntry prototype) |
BlockHeartbeatPRequest.Builder |
BlockHeartbeatPRequest.Builder.setAddedBlocks(int index,
LocationBlockIdListEntry value)
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
RegisterWorkerPRequest.Builder |
RegisterWorkerPRequest.Builder.setCurrentBlocks(int index,
LocationBlockIdListEntry value)
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
Modifier and Type | Method and Description |
---|---|
BlockHeartbeatPRequest.Builder |
BlockHeartbeatPRequest.Builder.addAllAddedBlocks(Iterable<? extends LocationBlockIdListEntry> values)
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
RegisterWorkerPRequest.Builder |
RegisterWorkerPRequest.Builder.addAllCurrentBlocks(Iterable<? extends LocationBlockIdListEntry> values)
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
Modifier and Type | Method and Description |
---|---|
List<LocationBlockIdListEntry> |
CachingBlockMasterClient.convertBlockListMapToProto(Map<BlockStoreLocation,List<Long>> blockListOnLocation) |
Constructor and Description |
---|
CachingBlockMasterClient(MasterClientContext conf,
List<LocationBlockIdListEntry> locationBlockIdList)
Creates a new instance and caches the converted proto.
|
Modifier and Type | Method and Description |
---|---|
List<LocationBlockIdListEntry> |
BlockMasterClient.convertBlockListMapToProto(Map<BlockStoreLocation,List<Long>> blockListOnLocation)
Converts the block list map to a proto list.
|
Copyright © 2023. All Rights Reserved.