Uses of Class
org.apache.hadoop.hbase.exceptions.HBaseException
Package
Description
Provides HBase Client
Multi Cluster Replication
-
Uses of HBaseException in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptionColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor.setBlocksize
(String blocksize) ColumnFamilyDescriptorBuilder.setBlocksize
(String value) TableDescriptorBuilder.ModifyableTableDescriptor.setMaxFileSize
(String maxFileSize) TableDescriptorBuilder.setMaxFileSize
(String maxFileSize) TableDescriptorBuilder.ModifyableTableDescriptor.setMemStoreFlushSize
(String memStoreFlushSize) TableDescriptorBuilder.setMemStoreFlushSize
(String memStoreFlushSize) ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor.setTimeToLive
(String timeToLive) Set the time to liveColumnFamilyDescriptorBuilder.setTimeToLive
(String value) -
Uses of HBaseException in org.apache.hadoop.hbase.exceptions
Modifier and TypeClassDescriptionclass
Failed deserialization.class
class
class
class
This file has been copied from the Apache ZooKeeper project. -
Uses of HBaseException in org.apache.hadoop.hbase.procedure2
Modifier and TypeClassDescriptionclass
Thrown when a procedure is abortedclass
class
class
Indicate that a procedure wants to be rescheduled.class
A RemoteProcedureException is an exception from another thread or process. -
Uses of HBaseException in org.apache.hadoop.hbase.replication
-
Uses of HBaseException in org.apache.hadoop.hbase.util
Modifier and TypeMethodDescriptionprivate 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.