Package | Description |
---|---|
alluxio.master.metastore | |
alluxio.master.metastore.heap | |
alluxio.master.metastore.rocks | |
alluxio.proto.meta |
Modifier and Type | Method and Description |
---|---|
Block.BlockMeta |
BlockStore.Block.getMeta() |
Modifier and Type | Method and Description |
---|---|
Optional<Block.BlockMeta> |
BlockStore.getBlock(long id) |
Modifier and Type | Method and Description |
---|---|
void |
BlockStore.putBlock(long id,
Block.BlockMeta meta)
Adds block metadata to the block store.
|
Constructor and Description |
---|
Block(long id,
Block.BlockMeta meta) |
Modifier and Type | Field and Description |
---|---|
Map<Long,Block.BlockMeta> |
HeapBlockStore.mBlocks |
Modifier and Type | Method and Description |
---|---|
Optional<Block.BlockMeta> |
HeapBlockStore.getBlock(long id) |
Modifier and Type | Method and Description |
---|---|
void |
HeapBlockStore.putBlock(long id,
Block.BlockMeta meta) |
Modifier and Type | Method and Description |
---|---|
Optional<Block.BlockMeta> |
RocksBlockStore.getBlock(long id) |
Modifier and Type | Method and Description |
---|---|
void |
RocksBlockStore.putBlock(long id,
Block.BlockMeta meta) |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<Block.BlockMeta> |
Block.BlockMeta.PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Block.BlockMeta |
Block.BlockMeta.Builder.build() |
Block.BlockMeta |
Block.BlockMeta.Builder.buildPartial() |
static Block.BlockMeta |
Block.BlockMeta.getDefaultInstance() |
Block.BlockMeta |
Block.BlockMeta.getDefaultInstanceForType() |
Block.BlockMeta |
Block.BlockMeta.Builder.getDefaultInstanceForType() |
static Block.BlockMeta |
Block.BlockMeta.parseDelimitedFrom(InputStream input) |
static Block.BlockMeta |
Block.BlockMeta.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Block.BlockMeta |
Block.BlockMeta.parseFrom(byte[] data) |
static Block.BlockMeta |
Block.BlockMeta.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Block.BlockMeta |
Block.BlockMeta.parseFrom(ByteBuffer data) |
static Block.BlockMeta |
Block.BlockMeta.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Block.BlockMeta |
Block.BlockMeta.parseFrom(com.google.protobuf.ByteString data) |
static Block.BlockMeta |
Block.BlockMeta.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Block.BlockMeta |
Block.BlockMeta.parseFrom(com.google.protobuf.CodedInputStream input) |
static Block.BlockMeta |
Block.BlockMeta.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Block.BlockMeta |
Block.BlockMeta.parseFrom(InputStream input) |
static Block.BlockMeta |
Block.BlockMeta.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<Block.BlockMeta> |
Block.BlockMeta.getParserForType() |
static com.google.protobuf.Parser<Block.BlockMeta> |
Block.BlockMeta.parser() |
Modifier and Type | Method and Description |
---|---|
Block.BlockMeta.Builder |
Block.BlockMeta.Builder.mergeFrom(Block.BlockMeta other) |
static Block.BlockMeta.Builder |
Block.BlockMeta.newBuilder(Block.BlockMeta prototype) |
Copyright © 2023. All Rights Reserved.