Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.exceptions | |
org.apache.hadoop.hbase.procedure2 | |
org.apache.hadoop.hbase.replication |
Multi Cluster Replication
|
org.apache.hadoop.hbase.util |
Modifier and Type | Method and Description |
---|---|
HColumnDescriptor |
HColumnDescriptor.setBlocksize(String value)
Deprecated.
|
HTableDescriptor |
HTableDescriptor.setMaxFileSize(String maxFileSize)
Deprecated.
|
HTableDescriptor |
HTableDescriptor.setMemStoreFlushSize(String memStoreFlushSize)
Deprecated.
|
HColumnDescriptor |
HColumnDescriptor.setTimeToLive(String value)
Deprecated.
Set the time to live of cell contents
|
Modifier and Type | Method and Description |
---|---|
ColumnFamilyDescriptorBuilder |
ColumnFamilyDescriptorBuilder.setBlocksize(String value) |
ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor |
ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor.setBlocksize(String blocksize) |
TableDescriptorBuilder |
TableDescriptorBuilder.setMaxFileSize(String maxFileSize) |
TableDescriptorBuilder.ModifyableTableDescriptor |
TableDescriptorBuilder.ModifyableTableDescriptor.setMaxFileSize(String maxFileSize) |
TableDescriptorBuilder |
TableDescriptorBuilder.setMemStoreFlushSize(String memStoreFlushSize) |
TableDescriptorBuilder.ModifyableTableDescriptor |
TableDescriptorBuilder.ModifyableTableDescriptor.setMemStoreFlushSize(String memStoreFlushSize) |
ColumnFamilyDescriptorBuilder |
ColumnFamilyDescriptorBuilder.setTimeToLive(String value) |
ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor |
ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor.setTimeToLive(String timeToLive)
Set the time to live
|
Modifier and Type | Class and Description |
---|---|
class |
DeserializationException
Failed deserialization.
|
Modifier and Type | Class and Description |
---|---|
class |
ProcedureAbortedException
Thrown when a procedure is aborted
|
class |
ProcedureException |
class |
ProcedureSuspendedException |
class |
ProcedureYieldException |
class |
RemoteProcedureException
A RemoteProcedureException is an exception from another thread or process.
|
Modifier and Type | Class and Description |
---|---|
class |
ReplicationException
An HBase Replication exception.
|
Modifier and Type | Method and Description |
---|---|
private static long |
PrettyPrinter.humanReadableIntervalToSec(String humanReadableInterval)
Convert a human readable time interval to seconds.
|
private static long |
PrettyPrinter.humanReadableSizeToBytes(String humanReadableSize)
Convert a human readable size to bytes.
|
static String |
PrettyPrinter.valueOf(String pretty,
PrettyPrinter.Unit unit)
Convert a human readable string to its value.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.