| 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 and Description |
|---|---|
DataBlocks.DataBlock.DestState |
DataBlocks.DataBlock.getState()
Current state.
|
static DataBlocks.DataBlock.DestState |
DataBlocks.DataBlock.DestState.valueOf(String name) |
static DataBlocks.DataBlock.DestState[] |
DataBlocks.DataBlock.DestState.values() |
| Modifier and Type | Method and 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.