Uses of Class
org.apache.hadoop.hbase.exceptions.HBaseException

Packages that use org.apache.hadoop.hbase.exceptions.HBaseException
  • Uses of org.apache.hadoop.hbase.exceptions.HBaseException in org.apache.hadoop.hbase

    Methods in org.apache.hadoop.hbase that throw org.apache.hadoop.hbase.exceptions.HBaseException in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.HColumnDescriptor
    HColumnDescriptor.setBlocksize(String value)
    Deprecated.
     
    org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.setMaxFileSize(String maxFileSize)
    Deprecated.
     
    org.apache.hadoop.hbase.HTableDescriptor
    HTableDescriptor.setMemStoreFlushSize(String memStoreFlushSize)
    Deprecated.
     
    org.apache.hadoop.hbase.HColumnDescriptor
    HColumnDescriptor.setTimeToLive(String value)
    Deprecated.
    Set the time to live of cell contents
  • Uses of org.apache.hadoop.hbase.exceptions.HBaseException in org.apache.hadoop.hbase.client

    Methods in org.apache.hadoop.hbase.client that throw org.apache.hadoop.hbase.exceptions.HBaseException in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
    ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor.setBlocksize(String blocksize)
     
    org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
    ColumnFamilyDescriptorBuilder.setBlocksize(String value)
     
    org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
    TableDescriptorBuilder.ModifyableTableDescriptor.setMaxFileSize(String maxFileSize)
     
    org.apache.hadoop.hbase.client.TableDescriptorBuilder
    TableDescriptorBuilder.setMaxFileSize(String maxFileSize)
     
    org.apache.hadoop.hbase.client.TableDescriptorBuilder.ModifyableTableDescriptor
    TableDescriptorBuilder.ModifyableTableDescriptor.setMemStoreFlushSize(String memStoreFlushSize)
     
    org.apache.hadoop.hbase.client.TableDescriptorBuilder
    TableDescriptorBuilder.setMemStoreFlushSize(String memStoreFlushSize)
     
    org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor
    ColumnFamilyDescriptorBuilder.ModifyableColumnFamilyDescriptor.setTimeToLive(String timeToLive)
    Set the time to live
    org.apache.hadoop.hbase.client.ColumnFamilyDescriptorBuilder
    ColumnFamilyDescriptorBuilder.setTimeToLive(String value)
     
  • Uses of org.apache.hadoop.hbase.exceptions.HBaseException in org.apache.hadoop.hbase.exceptions

    Subclasses of org.apache.hadoop.hbase.exceptions.HBaseException in in org.apache.hadoop.hbase.exceptions
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.exceptions.DeserializationException
    Failed deserialization.
    class 
    org.apache.hadoop.hbase.exceptions.KeyManagerException
     
    class 
    org.apache.hadoop.hbase.exceptions.SSLContextException
     
    class 
    org.apache.hadoop.hbase.exceptions.TrustManagerException
     
    class 
    org.apache.hadoop.hbase.exceptions.X509Exception
    This file has been copied from the Apache ZooKeeper project.
  • Uses of org.apache.hadoop.hbase.exceptions.HBaseException in org.apache.hadoop.hbase.replication

    Subclasses of org.apache.hadoop.hbase.exceptions.HBaseException in in org.apache.hadoop.hbase.replication
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.replication.ReplicationException
    An HBase Replication exception.
  • Uses of org.apache.hadoop.hbase.exceptions.HBaseException in org.apache.hadoop.hbase.util

    Methods in org.apache.hadoop.hbase.util that throw org.apache.hadoop.hbase.exceptions.HBaseException in in
    Modifier and Type
    Method
    Description
    static String
    PrettyPrinter.valueOf(String pretty, org.apache.hadoop.hbase.util.PrettyPrinter.Unit unit)
    Convert a human readable string to its value.