public interface BlockHeartbeatPRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsAddedBlocksOnTiers(String key)
the map of added blocks on all tiers (deprecated since 2.0, replaced by addedBlocks)
|
boolean |
containsLostStorage(String key)
the map of lost storage paths on all tiers
|
boolean |
containsUsedBytesOnTiers(String key)
the map of space used in bytes on all tiers
|
LocationBlockIdListEntry |
getAddedBlocks(int index)
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
int |
getAddedBlocksCount()
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
List<LocationBlockIdListEntry> |
getAddedBlocksList()
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
Map<String,TierList> |
getAddedBlocksOnTiers()
Deprecated.
|
int |
getAddedBlocksOnTiersCount()
the map of added blocks on all tiers (deprecated since 2.0, replaced by addedBlocks)
|
Map<String,TierList> |
getAddedBlocksOnTiersMap()
the map of added blocks on all tiers (deprecated since 2.0, replaced by addedBlocks)
|
TierList |
getAddedBlocksOnTiersOrDefault(String key,
TierList defaultValue)
the map of added blocks on all tiers (deprecated since 2.0, replaced by addedBlocks)
|
TierList |
getAddedBlocksOnTiersOrThrow(String key)
the map of added blocks on all tiers (deprecated since 2.0, replaced by addedBlocks)
|
LocationBlockIdListEntryOrBuilder |
getAddedBlocksOrBuilder(int index)
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
List<? extends LocationBlockIdListEntryOrBuilder> |
getAddedBlocksOrBuilderList()
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
Map<String,StorageList> |
getLostStorage()
Deprecated.
|
int |
getLostStorageCount()
the map of lost storage paths on all tiers
|
Map<String,StorageList> |
getLostStorageMap()
the map of lost storage paths on all tiers
|
StorageList |
getLostStorageOrDefault(String key,
StorageList defaultValue)
the map of lost storage paths on all tiers
|
StorageList |
getLostStorageOrThrow(String key)
the map of lost storage paths on all tiers
|
BlockHeartbeatPOptions |
getOptions()
optional .alluxio.grpc.block.BlockHeartbeatPOptions options = 5; |
BlockHeartbeatPOptionsOrBuilder |
getOptionsOrBuilder()
optional .alluxio.grpc.block.BlockHeartbeatPOptions options = 5; |
long |
getRemovedBlockIds(int index)
the list of removed block ids
|
int |
getRemovedBlockIdsCount()
the list of removed block ids
|
List<Long> |
getRemovedBlockIdsList()
the list of removed block ids
|
Map<String,Long> |
getUsedBytesOnTiers()
Deprecated.
|
int |
getUsedBytesOnTiersCount()
the map of space used in bytes on all tiers
|
Map<String,Long> |
getUsedBytesOnTiersMap()
the map of space used in bytes on all tiers
|
long |
getUsedBytesOnTiersOrDefault(String key,
long defaultValue)
the map of space used in bytes on all tiers
|
long |
getUsedBytesOnTiersOrThrow(String key)
the map of space used in bytes on all tiers
|
long |
getWorkerId()
the id of the worker
|
boolean |
hasOptions()
optional .alluxio.grpc.block.BlockHeartbeatPOptions options = 5; |
boolean |
hasWorkerId()
the id of the worker
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasWorkerId()
the id of the worker
optional int64 workerId = 1;
long getWorkerId()
the id of the worker
optional int64 workerId = 1;
int getUsedBytesOnTiersCount()
the map of space used in bytes on all tiers
map<string, int64> usedBytesOnTiers = 2;
boolean containsUsedBytesOnTiers(String key)
the map of space used in bytes on all tiers
map<string, int64> usedBytesOnTiers = 2;
@Deprecated Map<String,Long> getUsedBytesOnTiers()
getUsedBytesOnTiersMap()
instead.Map<String,Long> getUsedBytesOnTiersMap()
the map of space used in bytes on all tiers
map<string, int64> usedBytesOnTiers = 2;
long getUsedBytesOnTiersOrDefault(String key, long defaultValue)
the map of space used in bytes on all tiers
map<string, int64> usedBytesOnTiers = 2;
long getUsedBytesOnTiersOrThrow(String key)
the map of space used in bytes on all tiers
map<string, int64> usedBytesOnTiers = 2;
List<Long> getRemovedBlockIdsList()
the list of removed block ids
repeated int64 removedBlockIds = 3;
int getRemovedBlockIdsCount()
the list of removed block ids
repeated int64 removedBlockIds = 3;
long getRemovedBlockIds(int index)
the list of removed block ids
repeated int64 removedBlockIds = 3;
index
- The index of the element to return.int getAddedBlocksOnTiersCount()
the map of added blocks on all tiers (deprecated since 2.0, replaced by addedBlocks)
map<string, .alluxio.grpc.block.TierList> addedBlocksOnTiers = 4;
boolean containsAddedBlocksOnTiers(String key)
the map of added blocks on all tiers (deprecated since 2.0, replaced by addedBlocks)
map<string, .alluxio.grpc.block.TierList> addedBlocksOnTiers = 4;
@Deprecated Map<String,TierList> getAddedBlocksOnTiers()
getAddedBlocksOnTiersMap()
instead.Map<String,TierList> getAddedBlocksOnTiersMap()
the map of added blocks on all tiers (deprecated since 2.0, replaced by addedBlocks)
map<string, .alluxio.grpc.block.TierList> addedBlocksOnTiers = 4;
TierList getAddedBlocksOnTiersOrDefault(String key, TierList defaultValue)
the map of added blocks on all tiers (deprecated since 2.0, replaced by addedBlocks)
map<string, .alluxio.grpc.block.TierList> addedBlocksOnTiers = 4;
TierList getAddedBlocksOnTiersOrThrow(String key)
the map of added blocks on all tiers (deprecated since 2.0, replaced by addedBlocks)
map<string, .alluxio.grpc.block.TierList> addedBlocksOnTiers = 4;
boolean hasOptions()
optional .alluxio.grpc.block.BlockHeartbeatPOptions options = 5;
BlockHeartbeatPOptions getOptions()
optional .alluxio.grpc.block.BlockHeartbeatPOptions options = 5;
BlockHeartbeatPOptionsOrBuilder getOptionsOrBuilder()
optional .alluxio.grpc.block.BlockHeartbeatPOptions options = 5;
int getLostStorageCount()
the map of lost storage paths on all tiers
map<string, .alluxio.grpc.block.StorageList> lostStorage = 6;
boolean containsLostStorage(String key)
the map of lost storage paths on all tiers
map<string, .alluxio.grpc.block.StorageList> lostStorage = 6;
@Deprecated Map<String,StorageList> getLostStorage()
getLostStorageMap()
instead.Map<String,StorageList> getLostStorageMap()
the map of lost storage paths on all tiers
map<string, .alluxio.grpc.block.StorageList> lostStorage = 6;
StorageList getLostStorageOrDefault(String key, StorageList defaultValue)
the map of lost storage paths on all tiers
map<string, .alluxio.grpc.block.StorageList> lostStorage = 6;
StorageList getLostStorageOrThrow(String key)
the map of lost storage paths on all tiers
map<string, .alluxio.grpc.block.StorageList> lostStorage = 6;
List<LocationBlockIdListEntry> getAddedBlocksList()
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
repeated .alluxio.grpc.block.LocationBlockIdListEntry addedBlocks = 7;
LocationBlockIdListEntry getAddedBlocks(int index)
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
repeated .alluxio.grpc.block.LocationBlockIdListEntry addedBlocks = 7;
int getAddedBlocksCount()
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
repeated .alluxio.grpc.block.LocationBlockIdListEntry addedBlocks = 7;
List<? extends LocationBlockIdListEntryOrBuilder> getAddedBlocksOrBuilderList()
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
repeated .alluxio.grpc.block.LocationBlockIdListEntry addedBlocks = 7;
LocationBlockIdListEntryOrBuilder getAddedBlocksOrBuilder(int index)
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
repeated .alluxio.grpc.block.LocationBlockIdListEntry addedBlocks = 7;
Copyright © 2023. All Rights Reserved.