public interface RegisterWorkerPRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsCurrentBlocksOnTiers(String key)
the map of list of blocks on each tier (deprecated since 2.0, replaced by currentBlocks
|
boolean |
containsLostStorage(String key)
the map of tier alias to a list of lost storage paths.
|
boolean |
containsTotalBytesOnTiers(String key)
the map of total bytes on each tier
|
boolean |
containsUsedBytesOnTiers(String key)
the map of used bytes on each tier
|
LocationBlockIdListEntry |
getCurrentBlocks(int index)
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
int |
getCurrentBlocksCount()
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
List<LocationBlockIdListEntry> |
getCurrentBlocksList()
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
Map<String,TierList> |
getCurrentBlocksOnTiers()
Deprecated.
|
int |
getCurrentBlocksOnTiersCount()
the map of list of blocks on each tier (deprecated since 2.0, replaced by currentBlocks
|
Map<String,TierList> |
getCurrentBlocksOnTiersMap()
the map of list of blocks on each tier (deprecated since 2.0, replaced by currentBlocks
|
TierList |
getCurrentBlocksOnTiersOrDefault(String key,
TierList defaultValue)
the map of list of blocks on each tier (deprecated since 2.0, replaced by currentBlocks
|
TierList |
getCurrentBlocksOnTiersOrThrow(String key)
the map of list of blocks on each tier (deprecated since 2.0, replaced by currentBlocks
|
LocationBlockIdListEntryOrBuilder |
getCurrentBlocksOrBuilder(int index)
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
List<? extends LocationBlockIdListEntryOrBuilder> |
getCurrentBlocksOrBuilderList()
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
|
Map<String,StorageList> |
getLostStorage()
Deprecated.
|
int |
getLostStorageCount()
the map of tier alias to a list of lost storage paths.
|
Map<String,StorageList> |
getLostStorageMap()
the map of tier alias to a list of lost storage paths.
|
StorageList |
getLostStorageOrDefault(String key,
StorageList defaultValue)
the map of tier alias to a list of lost storage paths.
|
StorageList |
getLostStorageOrThrow(String key)
the map of tier alias to a list of lost storage paths.
|
RegisterWorkerPOptions |
getOptions()
optional .alluxio.grpc.block.RegisterWorkerPOptions options = 6; |
RegisterWorkerPOptionsOrBuilder |
getOptionsOrBuilder()
optional .alluxio.grpc.block.RegisterWorkerPOptions options = 6; |
String |
getStorageTiers(int index)
the list of storage tiers
|
com.google.protobuf.ByteString |
getStorageTiersBytes(int index)
the list of storage tiers
|
int |
getStorageTiersCount()
the list of storage tiers
|
List<String> |
getStorageTiersList()
the list of storage tiers
|
Map<String,Long> |
getTotalBytesOnTiers()
Deprecated.
|
int |
getTotalBytesOnTiersCount()
the map of total bytes on each tier
|
Map<String,Long> |
getTotalBytesOnTiersMap()
the map of total bytes on each tier
|
long |
getTotalBytesOnTiersOrDefault(String key,
long defaultValue)
the map of total bytes on each tier
|
long |
getTotalBytesOnTiersOrThrow(String key)
the map of total bytes on each tier
|
Map<String,Long> |
getUsedBytesOnTiers()
Deprecated.
|
int |
getUsedBytesOnTiersCount()
the map of used bytes on each tier
|
Map<String,Long> |
getUsedBytesOnTiersMap()
the map of used bytes on each tier
|
long |
getUsedBytesOnTiersOrDefault(String key,
long defaultValue)
the map of used bytes on each tier
|
long |
getUsedBytesOnTiersOrThrow(String key)
the map of used bytes on each tier
|
long |
getWorkerId()
the id of the worker
|
boolean |
hasOptions()
optional .alluxio.grpc.block.RegisterWorkerPOptions options = 6; |
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;
List<String> getStorageTiersList()
the list of storage tiers
repeated string storageTiers = 2;
int getStorageTiersCount()
the list of storage tiers
repeated string storageTiers = 2;
String getStorageTiers(int index)
the list of storage tiers
repeated string storageTiers = 2;
index
- The index of the element to return.com.google.protobuf.ByteString getStorageTiersBytes(int index)
the list of storage tiers
repeated string storageTiers = 2;
index
- The index of the value to return.int getTotalBytesOnTiersCount()
the map of total bytes on each tier
map<string, int64> totalBytesOnTiers = 3;
boolean containsTotalBytesOnTiers(String key)
the map of total bytes on each tier
map<string, int64> totalBytesOnTiers = 3;
@Deprecated Map<String,Long> getTotalBytesOnTiers()
getTotalBytesOnTiersMap()
instead.Map<String,Long> getTotalBytesOnTiersMap()
the map of total bytes on each tier
map<string, int64> totalBytesOnTiers = 3;
long getTotalBytesOnTiersOrDefault(String key, long defaultValue)
the map of total bytes on each tier
map<string, int64> totalBytesOnTiers = 3;
long getTotalBytesOnTiersOrThrow(String key)
the map of total bytes on each tier
map<string, int64> totalBytesOnTiers = 3;
int getUsedBytesOnTiersCount()
the map of used bytes on each tier
map<string, int64> usedBytesOnTiers = 4;
boolean containsUsedBytesOnTiers(String key)
the map of used bytes on each tier
map<string, int64> usedBytesOnTiers = 4;
@Deprecated Map<String,Long> getUsedBytesOnTiers()
getUsedBytesOnTiersMap()
instead.Map<String,Long> getUsedBytesOnTiersMap()
the map of used bytes on each tier
map<string, int64> usedBytesOnTiers = 4;
long getUsedBytesOnTiersOrDefault(String key, long defaultValue)
the map of used bytes on each tier
map<string, int64> usedBytesOnTiers = 4;
long getUsedBytesOnTiersOrThrow(String key)
the map of used bytes on each tier
map<string, int64> usedBytesOnTiers = 4;
int getCurrentBlocksOnTiersCount()
the map of list of blocks on each tier (deprecated since 2.0, replaced by currentBlocks
map<string, .alluxio.grpc.block.TierList> currentBlocksOnTiers = 5;
boolean containsCurrentBlocksOnTiers(String key)
the map of list of blocks on each tier (deprecated since 2.0, replaced by currentBlocks
map<string, .alluxio.grpc.block.TierList> currentBlocksOnTiers = 5;
@Deprecated Map<String,TierList> getCurrentBlocksOnTiers()
getCurrentBlocksOnTiersMap()
instead.Map<String,TierList> getCurrentBlocksOnTiersMap()
the map of list of blocks on each tier (deprecated since 2.0, replaced by currentBlocks
map<string, .alluxio.grpc.block.TierList> currentBlocksOnTiers = 5;
TierList getCurrentBlocksOnTiersOrDefault(String key, TierList defaultValue)
the map of list of blocks on each tier (deprecated since 2.0, replaced by currentBlocks
map<string, .alluxio.grpc.block.TierList> currentBlocksOnTiers = 5;
TierList getCurrentBlocksOnTiersOrThrow(String key)
the map of list of blocks on each tier (deprecated since 2.0, replaced by currentBlocks
map<string, .alluxio.grpc.block.TierList> currentBlocksOnTiers = 5;
boolean hasOptions()
optional .alluxio.grpc.block.RegisterWorkerPOptions options = 6;
RegisterWorkerPOptions getOptions()
optional .alluxio.grpc.block.RegisterWorkerPOptions options = 6;
RegisterWorkerPOptionsOrBuilder getOptionsOrBuilder()
optional .alluxio.grpc.block.RegisterWorkerPOptions options = 6;
int getLostStorageCount()
the map of tier alias to a list of lost storage paths.
map<string, .alluxio.grpc.block.StorageList> lostStorage = 7;
boolean containsLostStorage(String key)
the map of tier alias to a list of lost storage paths.
map<string, .alluxio.grpc.block.StorageList> lostStorage = 7;
@Deprecated Map<String,StorageList> getLostStorage()
getLostStorageMap()
instead.Map<String,StorageList> getLostStorageMap()
the map of tier alias to a list of lost storage paths.
map<string, .alluxio.grpc.block.StorageList> lostStorage = 7;
StorageList getLostStorageOrDefault(String key, StorageList defaultValue)
the map of tier alias to a list of lost storage paths.
map<string, .alluxio.grpc.block.StorageList> lostStorage = 7;
StorageList getLostStorageOrThrow(String key)
the map of tier alias to a list of lost storage paths.
map<string, .alluxio.grpc.block.StorageList> lostStorage = 7;
List<LocationBlockIdListEntry> getCurrentBlocksList()
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
repeated .alluxio.grpc.block.LocationBlockIdListEntry currentBlocks = 8;
LocationBlockIdListEntry getCurrentBlocks(int index)
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
repeated .alluxio.grpc.block.LocationBlockIdListEntry currentBlocks = 8;
int getCurrentBlocksCount()
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
repeated .alluxio.grpc.block.LocationBlockIdListEntry currentBlocks = 8;
List<? extends LocationBlockIdListEntryOrBuilder> getCurrentBlocksOrBuilderList()
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
repeated .alluxio.grpc.block.LocationBlockIdListEntry currentBlocks = 8;
LocationBlockIdListEntryOrBuilder getCurrentBlocksOrBuilder(int index)
use repeated fields to represent mapping from BlockStoreLocationProto to TierList
repeated .alluxio.grpc.block.LocationBlockIdListEntry currentBlocks = 8;
Copyright © 2023. All Rights Reserved.