| Package | Description |
|---|---|
| org.apache.hadoop.fs.store |
This package is for classes to be shared across object stores; for internal
use within the hadoop-* modules only.
|
| Modifier and Type | Method | Description |
|---|---|---|
DataBlocks.DataBlock.DestState |
DataBlocks.DataBlock.getState() |
Current state.
|
static DataBlocks.DataBlock.DestState |
DataBlocks.DataBlock.DestState.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static DataBlocks.DataBlock.DestState[] |
DataBlocks.DataBlock.DestState.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
DataBlocks.DataBlock.enterState(DataBlocks.DataBlock.DestState current,
DataBlocks.DataBlock.DestState next) |
Atomically enter a state, verifying current state.
|
protected void |
DataBlocks.DataBlock.verifyState(DataBlocks.DataBlock.DestState expected) |
Verify that the block is in the declared state.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.