Serialized Form


Package org.apache.hadoop.hbase

Class org.apache.hadoop.hbase.CellComparator extends Object implements Serializable

serialVersionUID: -8760041766259623329L

Class org.apache.hadoop.hbase.ClockOutOfSyncException extends IOException implements Serializable

Class org.apache.hadoop.hbase.DoNotRetryIOException extends HBaseIOException implements Serializable

serialVersionUID: 1197446454511704139L

Class org.apache.hadoop.hbase.DroppedSnapshotException extends IOException implements Serializable

serialVersionUID: -5463156580831677374L

Class org.apache.hadoop.hbase.HBaseIOException extends IOException implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.hbase.InvalidFamilyOperationException extends DoNotRetryIOException implements Serializable

serialVersionUID: 2097152L

Class org.apache.hadoop.hbase.MasterNotRunningException extends IOException implements Serializable

serialVersionUID: 4194304L

Class org.apache.hadoop.hbase.NamespaceExistException extends DoNotRetryIOException implements Serializable

serialVersionUID: -1582357514338825412L

Class org.apache.hadoop.hbase.NamespaceNotFoundException extends DoNotRetryIOException implements Serializable

serialVersionUID: -6673607347330260324L

Class org.apache.hadoop.hbase.NotAllMetaRegionsOnlineException extends DoNotRetryIOException implements Serializable

serialVersionUID: 6439786157874827523L

Class org.apache.hadoop.hbase.NotServingRegionException extends IOException implements Serializable

serialVersionUID: 65536L

Class org.apache.hadoop.hbase.PleaseHoldException extends HBaseIOException implements Serializable

Class org.apache.hadoop.hbase.RegionException extends HBaseIOException implements Serializable

serialVersionUID: 1473510258071111371L

Class org.apache.hadoop.hbase.RegionTooBusyException extends IOException implements Serializable

serialVersionUID: 1728345723728342L

Class org.apache.hadoop.hbase.TableExistsException extends DoNotRetryIOException implements Serializable

serialVersionUID: 64L

Class org.apache.hadoop.hbase.TableInfoMissingException extends HBaseIOException implements Serializable

Class org.apache.hadoop.hbase.TableNotDisabledException extends DoNotRetryIOException implements Serializable

serialVersionUID: 262144L

Class org.apache.hadoop.hbase.TableNotEnabledException extends DoNotRetryIOException implements Serializable

serialVersionUID: 262144L

Class org.apache.hadoop.hbase.TableNotFoundException extends DoNotRetryIOException implements Serializable

serialVersionUID: 993179627856392526L

Class org.apache.hadoop.hbase.UnknownRegionException extends RegionException implements Serializable

serialVersionUID: 1968858760475205392L

Class org.apache.hadoop.hbase.UnknownScannerException extends DoNotRetryIOException implements Serializable

serialVersionUID: 993179627856392526L

Class org.apache.hadoop.hbase.YouAreDeadException extends IOException implements Serializable

Class org.apache.hadoop.hbase.ZooKeeperConnectionException extends IOException implements Serializable

serialVersionUID: 4194304L


Package org.apache.hadoop.hbase.client

Class org.apache.hadoop.hbase.client.NoServerForRegionException extends RegionException implements Serializable

serialVersionUID: 1024L

Class org.apache.hadoop.hbase.client.RegionOfflineException extends RegionException implements Serializable

serialVersionUID: 466008402L

Class org.apache.hadoop.hbase.client.RetriesExhaustedException extends IOException implements Serializable

serialVersionUID: 1876775844L

Class org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException extends RetriesExhaustedException implements Serializable

Serialized Fields

exceptions

List<E> exceptions

actions

List<E> actions

hostnameAndPort

List<E> hostnameAndPort

Class org.apache.hadoop.hbase.client.ScannerTimeoutException extends DoNotRetryIOException implements Serializable

serialVersionUID: 8788838690290688313L

Class org.apache.hadoop.hbase.client.WrongRowIOException extends HBaseIOException implements Serializable

serialVersionUID: -5849522209440123059L


Package org.apache.hadoop.hbase.coprocessor

Class org.apache.hadoop.hbase.coprocessor.CoprocessorException extends DoNotRetryIOException implements Serializable

serialVersionUID: 4357922136679804887L


Package org.apache.hadoop.hbase.exceptions

Class org.apache.hadoop.hbase.exceptions.DeserializationException extends HBaseException implements Serializable

Class org.apache.hadoop.hbase.exceptions.FailedSanityCheckException extends DoNotRetryIOException implements Serializable

serialVersionUID: 1788783640409186240L

Class org.apache.hadoop.hbase.exceptions.HBaseException extends Exception implements Serializable

Class org.apache.hadoop.hbase.exceptions.LockTimeoutException extends DoNotRetryIOException implements Serializable

serialVersionUID: -1770764924258999825L

Class org.apache.hadoop.hbase.exceptions.MergeRegionException extends RegionException implements Serializable

serialVersionUID: 4970899110066124122L

Class org.apache.hadoop.hbase.exceptions.OutOfOrderScannerNextException extends DoNotRetryIOException implements Serializable

serialVersionUID: 4595751007554273567L

Class org.apache.hadoop.hbase.exceptions.RegionInRecoveryException extends NotServingRegionException implements Serializable

serialVersionUID: 327302071153799L

Class org.apache.hadoop.hbase.exceptions.RegionMovedException extends NotServingRegionException implements Serializable

serialVersionUID: -7232903522310558396L

Serialized Fields

hostname

String hostname

port

int port

startCode

long startCode

locationSeqNum

long locationSeqNum

Class org.apache.hadoop.hbase.exceptions.RegionOpeningException extends NotServingRegionException implements Serializable

serialVersionUID: -7232903522310558395L

Class org.apache.hadoop.hbase.exceptions.UnknownProtocolException extends DoNotRetryIOException implements Serializable

Serialized Fields

protocol

Class<T> protocol

Package org.apache.hadoop.hbase.filter

Class org.apache.hadoop.hbase.filter.IncompatibleFilterException extends RuntimeException implements Serializable

serialVersionUID: 3236763276623198231L

Class org.apache.hadoop.hbase.filter.InvalidRowFilterException extends RuntimeException implements Serializable

serialVersionUID: 2667894046345657865L


Package org.apache.hadoop.hbase.ipc

Class org.apache.hadoop.hbase.ipc.BadAuthException extends FatalConnectionException implements Serializable

Class org.apache.hadoop.hbase.ipc.CallerDisconnectedException extends IOException implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.hbase.ipc.FatalConnectionException extends DoNotRetryIOException implements Serializable

Class org.apache.hadoop.hbase.ipc.IPCUtil.CellScannerButNoCodecException extends HBaseIOException implements Serializable

Class org.apache.hadoop.hbase.ipc.RemoteWithExtrasException extends org.apache.hadoop.ipc.RemoteException implements Serializable

Serialized Fields

hostname

String hostname

port

int port

doNotRetry

boolean doNotRetry

Class org.apache.hadoop.hbase.ipc.RpcClient.CallTimeoutException extends IOException implements Serializable

Class org.apache.hadoop.hbase.ipc.RpcClient.FailedServerException extends HBaseIOException implements Serializable

Class org.apache.hadoop.hbase.ipc.ServerNotRunningYetException extends IOException implements Serializable

Class org.apache.hadoop.hbase.ipc.StoppedRpcClientException extends HBaseIOException implements Serializable

Class org.apache.hadoop.hbase.ipc.UnsupportedCellCodecException extends FatalConnectionException implements Serializable

Class org.apache.hadoop.hbase.ipc.UnsupportedCompressionCodecException extends FatalConnectionException implements Serializable

Class org.apache.hadoop.hbase.ipc.WrongVersionException extends FatalConnectionException implements Serializable


Package org.apache.hadoop.hbase.regionserver

Class org.apache.hadoop.hbase.regionserver.LeaseException extends DoNotRetryIOException implements Serializable

serialVersionUID: 8179703995292418650L

Class org.apache.hadoop.hbase.regionserver.NoSuchColumnFamilyException extends DoNotRetryIOException implements Serializable

serialVersionUID: -6569952730832331274L

Class org.apache.hadoop.hbase.regionserver.RegionAlreadyInTransitionException extends IOException implements Serializable

Class org.apache.hadoop.hbase.regionserver.RegionServerRunningException extends IOException implements Serializable

serialVersionUID: 1073741824L

Class org.apache.hadoop.hbase.regionserver.RegionServerStoppedException extends IOException implements Serializable

Class org.apache.hadoop.hbase.regionserver.WrongRegionException extends IOException implements Serializable

serialVersionUID: 993179627856392526L


Package org.apache.hadoop.hbase.regionserver.wal

Class org.apache.hadoop.hbase.regionserver.wal.FailedLogCloseException extends IOException implements Serializable

serialVersionUID: 1759152841462990925L


Package org.apache.hadoop.hbase.replication

Class org.apache.hadoop.hbase.replication.ReplicationException extends HBaseException implements Serializable

serialVersionUID: -8885598603988198062L


Package org.apache.hadoop.hbase.security

Class org.apache.hadoop.hbase.security.AccessDeniedException extends DoNotRetryIOException implements Serializable

serialVersionUID: 1913879564363001780L


Package org.apache.hadoop.hbase.snapshot

Class org.apache.hadoop.hbase.snapshot.CorruptedSnapshotException extends HBaseSnapshotException implements Serializable

Class org.apache.hadoop.hbase.snapshot.ExportSnapshotException extends HBaseSnapshotException implements Serializable

Class org.apache.hadoop.hbase.snapshot.HBaseSnapshotException extends DoNotRetryIOException implements Serializable

Serialized Fields

description

HBaseProtos.SnapshotDescription description

Class org.apache.hadoop.hbase.snapshot.RestoreSnapshotException extends HBaseSnapshotException implements Serializable

Class org.apache.hadoop.hbase.snapshot.SnapshotCreationException extends HBaseSnapshotException implements Serializable

Class org.apache.hadoop.hbase.snapshot.SnapshotDoesNotExistException extends HBaseSnapshotException implements Serializable

Class org.apache.hadoop.hbase.snapshot.SnapshotExistsException extends HBaseSnapshotException implements Serializable

Class org.apache.hadoop.hbase.snapshot.TablePartiallyOpenException extends IOException implements Serializable

serialVersionUID: 3571982660065058361L

Class org.apache.hadoop.hbase.snapshot.UnknownSnapshotException extends HBaseSnapshotException implements Serializable


Package org.apache.hadoop.hbase.util

Class org.apache.hadoop.hbase.util.FileSystemVersionException extends IOException implements Serializable

serialVersionUID: 1004053363L

Class org.apache.hadoop.hbase.util.Pair extends Object implements Serializable

serialVersionUID: -3986244606585552569L

Serialized Fields

first

Object first

second

Object second

Class org.apache.hadoop.hbase.util.PoolMap.ReusablePool extends ConcurrentLinkedQueue<R> implements Serializable

Serialized Fields

maxSize

int maxSize



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.