Uses of Class
org.apache.hadoop.hbase.exceptions.HBaseException
Packages that use HBaseException
Package
Description
Provides HBase Client
Multi Cluster Replication
-
Uses of HBaseException in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that throw HBaseExceptionModifier 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
Subclasses of HBaseException in org.apache.hadoop.hbase.exceptionsModifier and TypeClassDescriptionclassFailed deserialization.classclassclassclassThis file has been copied from the Apache ZooKeeper project. -
Uses of HBaseException in org.apache.hadoop.hbase.procedure2
Subclasses of HBaseException in org.apache.hadoop.hbase.procedure2Modifier and TypeClassDescriptionclassThrown when a procedure is abortedclassclassclassIndicate that a procedure wants to be rescheduled.classA RemoteProcedureException is an exception from another thread or process. -
Uses of HBaseException in org.apache.hadoop.hbase.replication
Subclasses of HBaseException in org.apache.hadoop.hbase.replication -
Uses of HBaseException in org.apache.hadoop.hbase.util
Methods in org.apache.hadoop.hbase.util that throw HBaseExceptionModifier and TypeMethodDescriptionprivate static longPrettyPrinter.humanReadableIntervalToSec(String humanReadableInterval) Convert a human readable time interval to seconds.private static longPrettyPrinter.humanReadableSizeToBytes(String humanReadableSize) Convert a human readable size to bytes.static StringPrettyPrinter.valueOf(String pretty, PrettyPrinter.Unit unit) Convert a human readable string to its value.