Package | Description |
---|---|
org.apache.hadoop.hbase.io.hfile |
Provides implementations of
HFile and HFile
BlockCache . |
Modifier and Type | Field and Description |
---|---|
private HFileBlock.Writer.State |
HFileBlock.Writer.state
Writer state.
|
Modifier and Type | Method and Description |
---|---|
static HFileBlock.Writer.State |
HFileBlock.Writer.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HFileBlock.Writer.State[] |
HFileBlock.Writer.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private void |
HFileBlock.Writer.expectState(HFileBlock.Writer.State expectedState) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.