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.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.codec

Class org.apache.hadoop.hbase.codec.CodecException extends HBaseIOException implements Serializable


Package org.apache.hadoop.hbase.constraint

Class org.apache.hadoop.hbase.constraint.ConstraintException extends DoNotRetryIOException implements Serializable

serialVersionUID: 1197446454511704140L


Package org.apache.hadoop.hbase.coprocessor

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

serialVersionUID: 4357922136679804887L


Package org.apache.hadoop.hbase.coprocessor.example.generated

Class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

scan_

ClientProtos.Scan scan_

deleteType_

BulkDeleteProtos.BulkDeleteRequest.DeleteType deleteType_

timestamp_

long timestamp_

rowBatchSize_

int rowBatchSize_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.coprocessor.example.generated.BulkDeleteProtos.BulkDeleteResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

rowsDeleted_

long rowsDeleted_

versionsDeleted_

long versionsDeleted_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.coprocessor.example.generated.ExampleProtos.CountRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.coprocessor.example.generated.ExampleProtos.CountResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

count_

long count_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Package org.apache.hadoop.hbase.errorhandling

Class org.apache.hadoop.hbase.errorhandling.ForeignException extends IOException implements Serializable

Serialized Fields

source

String source
Name of the throwable's source such as a host or thread name. Must be non-null.

Class org.apache.hadoop.hbase.errorhandling.TimeoutException extends Exception implements Serializable

Serialized Fields

sourceName

String sourceName

start

long start

end

long end

expected

long expected

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.generated.master

Class org.apache.hadoop.hbase.generated.master.master_jsp extends org.apache.jasper.runtime.HttpJspBase implements Serializable

Serialized Fields

_jspx_resourceInjector

org.apache.jasper.runtime.ResourceInjector _jspx_resourceInjector

Class org.apache.hadoop.hbase.generated.master.snapshot_jsp extends org.apache.jasper.runtime.HttpJspBase implements Serializable

Serialized Fields

_jspx_resourceInjector

org.apache.jasper.runtime.ResourceInjector _jspx_resourceInjector

Class org.apache.hadoop.hbase.generated.master.table_jsp extends org.apache.jasper.runtime.HttpJspBase implements Serializable

Serialized Fields

_jspx_resourceInjector

org.apache.jasper.runtime.ResourceInjector _jspx_resourceInjector

Class org.apache.hadoop.hbase.generated.master.tablesDetailed_jsp extends org.apache.jasper.runtime.HttpJspBase implements Serializable

Serialized Fields

_jspx_resourceInjector

org.apache.jasper.runtime.ResourceInjector _jspx_resourceInjector

Class org.apache.hadoop.hbase.generated.master.zk_jsp extends org.apache.jasper.runtime.HttpJspBase implements Serializable

Serialized Fields

_jspx_resourceInjector

org.apache.jasper.runtime.ResourceInjector _jspx_resourceInjector

Package org.apache.hadoop.hbase.generated.regionserver

Class org.apache.hadoop.hbase.generated.regionserver.regionserver_jsp extends org.apache.jasper.runtime.HttpJspBase implements Serializable

Serialized Fields

_jspx_resourceInjector

org.apache.jasper.runtime.ResourceInjector _jspx_resourceInjector

Package org.apache.hadoop.hbase.generated.rest

Class org.apache.hadoop.hbase.generated.rest.rest_jsp extends org.apache.jasper.runtime.HttpJspBase implements Serializable

Serialized Fields

_jspx_resourceInjector

org.apache.jasper.runtime.ResourceInjector _jspx_resourceInjector

Package org.apache.hadoop.hbase.generated.thrift

Class org.apache.hadoop.hbase.generated.thrift.thrift_jsp extends org.apache.jasper.runtime.HttpJspBase implements Serializable

Serialized Fields

_jspx_resourceInjector

org.apache.jasper.runtime.ResourceInjector _jspx_resourceInjector

Package org.apache.hadoop.hbase.io.encoding

Class org.apache.hadoop.hbase.io.encoding.EncoderBufferTooSmallException extends RuntimeException implements Serializable

serialVersionUID: 4767495176134878737L


Package org.apache.hadoop.hbase.io.hfile

Class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader.BlockIndexNotLoadedException extends IllegalStateException implements Serializable

Class org.apache.hadoop.hbase.io.hfile.AbstractHFileReader.NotSeekedException extends IllegalStateException implements Serializable

Class org.apache.hadoop.hbase.io.hfile.BlockCacheKey extends Object implements Serializable

Serialized Fields

hfileName

String hfileName

offset

long offset

encoding

DataBlockEncoding encoding

Class org.apache.hadoop.hbase.io.hfile.CorruptHFileException extends DoNotRetryIOException implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.hbase.io.hfile.InvalidHFileException extends IOException implements Serializable

serialVersionUID: 4660352028739861249L


Package org.apache.hadoop.hbase.io.hfile.bucket

Class org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocatorException extends IOException implements Serializable

serialVersionUID: 2479119906660788096L

Class org.apache.hadoop.hbase.io.hfile.bucket.CacheFullException extends IOException implements Serializable

serialVersionUID: 3265127301824638920L

Serialized Fields

requestedSize

int requestedSize

bucketIndex

int bucketIndex

Class org.apache.hadoop.hbase.io.hfile.bucket.UniqueIndexMap extends Object implements Serializable

serialVersionUID: -1145635738654002342L

Serialized Fields

mForwardMap

ConcurrentHashMap<K,V> mForwardMap

mReverseMap

ConcurrentHashMap<K,V> mReverseMap

mIndex

AtomicInteger mIndex

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.EmptyServiceNameException extends FatalConnectionException implements Serializable

Class org.apache.hadoop.hbase.ipc.FatalConnectionException extends DoNotRetryIOException 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 IOException implements Serializable

Class org.apache.hadoop.hbase.ipc.RpcServer.CallQueueTooBigException extends IOException 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.UnknownServiceException extends FatalConnectionException 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.mapreduce

Class org.apache.hadoop.hbase.mapreduce.ImportTsv.TsvParser.BadTsvLineException extends Exception implements Serializable

serialVersionUID: 1L


Package org.apache.hadoop.hbase.master

Class org.apache.hadoop.hbase.master.MasterDumpServlet extends StateDumpServlet implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.hbase.master.MasterStatusServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.hbase.master.RegionPlan.RegionPlanComparator extends Object implements Serializable

serialVersionUID: 4213207330485734853L


Package org.apache.hadoop.hbase.monitoring

Class org.apache.hadoop.hbase.monitoring.StateDumpServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L


Package org.apache.hadoop.hbase.protobuf.generated

Class org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.CheckPermissionsRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

permission_

List<E> permission_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.CheckPermissionsResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.GlobalPermission extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

action_

List<E> action_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.GrantRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

userPermission_

AccessControlProtos.UserPermission userPermission_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.GrantResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.NamespacePermission extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

namespaceName_

com.google.protobuf.ByteString namespaceName_

action_

List<E> action_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.Permission extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

type_

AccessControlProtos.Permission.Type type_

globalPermission_

AccessControlProtos.GlobalPermission globalPermission_

namespacePermission_

AccessControlProtos.NamespacePermission namespacePermission_

tablePermission_

AccessControlProtos.TablePermission tablePermission_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.RevokeRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

userPermission_

AccessControlProtos.UserPermission userPermission_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.RevokeResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.TablePermission extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

tableName_

HBaseProtos.TableName tableName_

family_

com.google.protobuf.ByteString family_

qualifier_

com.google.protobuf.ByteString qualifier_

action_

List<E> action_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.UserPermission extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

user_

com.google.protobuf.ByteString user_

permission_

AccessControlProtos.Permission permission_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.UserPermissionsRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

type_

AccessControlProtos.Permission.Type type_

tableName_

HBaseProtos.TableName tableName_

namespaceName_

com.google.protobuf.ByteString namespaceName_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.UserPermissionsResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

userPermission_

List<E> userPermission_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.UsersAndPermissions extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

userPermissions_

List<E> userPermissions_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AccessControlProtos.UsersAndPermissions.UserPermissions extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

user_

com.google.protobuf.ByteString user_

permissions_

List<E> permissions_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.CloseRegionRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

region_

HBaseProtos.RegionSpecifier region_

versionOfClosingNode_

int versionOfClosingNode_

transitionInZK_

boolean transitionInZK_

destinationServer_

HBaseProtos.ServerName destinationServer_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.CloseRegionResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

closed_

boolean closed_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.CompactRegionRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

region_

HBaseProtos.RegionSpecifier region_

major_

boolean major_

family_

com.google.protobuf.ByteString family_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.CompactRegionResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.FlushRegionRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

region_

HBaseProtos.RegionSpecifier region_

ifOlderThanTs_

long ifOlderThanTs_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.FlushRegionResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

lastFlushTime_

long lastFlushTime_

flushed_

boolean flushed_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.GetOnlineRegionRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.GetOnlineRegionResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

regionInfo_

List<E> regionInfo_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.GetRegionInfoRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

region_

HBaseProtos.RegionSpecifier region_

compactionState_

boolean compactionState_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.GetRegionInfoResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

regionInfo_

HBaseProtos.RegionInfo regionInfo_

compactionState_

AdminProtos.GetRegionInfoResponse.CompactionState compactionState_

isRecovering_

boolean isRecovering_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.GetServerInfoRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.GetServerInfoResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

serverInfo_

AdminProtos.ServerInfo serverInfo_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.GetStoreFileRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

region_

HBaseProtos.RegionSpecifier region_

family_

List<E> family_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.GetStoreFileResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

storeFile_

com.google.protobuf.LazyStringList storeFile_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.MergeRegionsRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

regionA_

HBaseProtos.RegionSpecifier regionA_

regionB_

HBaseProtos.RegionSpecifier regionB_

forcible_

boolean forcible_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.MergeRegionsResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.OpenRegionRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

openInfo_

List<E> openInfo_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.OpenRegionRequest.RegionOpenInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

region_

HBaseProtos.RegionInfo region_

versionOfOfflineNode_

int versionOfOfflineNode_

favoredNodes_

List<E> favoredNodes_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.OpenRegionResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

openingState_

List<E> openingState_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.ReplicateWALEntryRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

entry_

List<E> entry_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.ReplicateWALEntryResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.RollWALWriterRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.RollWALWriterResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

regionToFlush_

List<E> regionToFlush_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.ServerInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

serverName_

HBaseProtos.ServerName serverName_

webuiPort_

int webuiPort_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.SplitRegionRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

region_

HBaseProtos.RegionSpecifier region_

splitPoint_

com.google.protobuf.ByteString splitPoint_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.SplitRegionResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.StopServerRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

reason_

Object reason_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.StopServerResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AdminProtos.WALEntry extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

key_

WALProtos.WALKey key_

keyValueBytes_

List<E> keyValueBytes_

associatedCellCount_

int associatedCellCount_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateArgument extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

interpreterClassName_

Object interpreterClassName_

scan_

ClientProtos.Scan scan_

interpreterSpecificBytes_

com.google.protobuf.ByteString interpreterSpecificBytes_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AggregateProtos.AggregateResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

firstPart_

List<E> firstPart_

secondPart_

com.google.protobuf.ByteString secondPart_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AuthenticationProtos.AuthenticationKey extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

id_

int id_

expirationDate_

long expirationDate_

key_

com.google.protobuf.ByteString key_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AuthenticationProtos.Token extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

identifier_

com.google.protobuf.ByteString identifier_

password_

com.google.protobuf.ByteString password_

service_

com.google.protobuf.ByteString service_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AuthenticationProtos.TokenIdentifier extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

kind_

AuthenticationProtos.TokenIdentifier.Kind kind_

username_

com.google.protobuf.ByteString username_

keyId_

int keyId_

issueDate_

long issueDate_

expirationDate_

long expirationDate_

sequenceNumber_

long sequenceNumber_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AuthenticationProtos.TokenRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AuthenticationProtos.TokenResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

token_

AuthenticationProtos.Token token_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AuthenticationProtos.WhoAmIRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.AuthenticationProtos.WhoAmIResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

username_

Object username_

authMethod_

Object authMethod_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.CellProtos.Cell extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

row_

com.google.protobuf.ByteString row_

family_

com.google.protobuf.ByteString family_

qualifier_

com.google.protobuf.ByteString qualifier_

timestamp_

long timestamp_

cellType_

CellProtos.CellType cellType_

value_

com.google.protobuf.ByteString value_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.CellProtos.KeyValue extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

row_

com.google.protobuf.ByteString row_

family_

com.google.protobuf.ByteString family_

qualifier_

com.google.protobuf.ByteString qualifier_

timestamp_

long timestamp_

keyType_

CellProtos.CellType keyType_

value_

com.google.protobuf.ByteString value_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ActionResult extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

value_

ClientProtos.Result value_

exception_

HBaseProtos.NameBytesPair exception_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.BulkLoadHFileRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

region_

HBaseProtos.RegionSpecifier region_

familyPath_

List<E> familyPath_

assignSeqNum_

boolean assignSeqNum_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.BulkLoadHFileRequest.FamilyPath extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

family_

com.google.protobuf.ByteString family_

path_

Object path_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.BulkLoadHFileResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

loaded_

boolean loaded_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.Column extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

family_

com.google.protobuf.ByteString family_

qualifier_

List<E> qualifier_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.Condition extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

row_

com.google.protobuf.ByteString row_

family_

com.google.protobuf.ByteString family_

qualifier_

com.google.protobuf.ByteString qualifier_

compareType_

HBaseProtos.CompareType compareType_

comparator_

ComparatorProtos.Comparator comparator_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.CoprocessorServiceCall extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

row_

com.google.protobuf.ByteString row_

serviceName_

Object serviceName_

methodName_

Object methodName_

request_

com.google.protobuf.ByteString request_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.CoprocessorServiceRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

region_

HBaseProtos.RegionSpecifier region_

call_

ClientProtos.CoprocessorServiceCall call_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.CoprocessorServiceResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

region_

HBaseProtos.RegionSpecifier region_

value_

HBaseProtos.NameBytesPair value_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.Get extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

row_

com.google.protobuf.ByteString row_

column_

List<E> column_

attribute_

List<E> attribute_

filter_

FilterProtos.Filter filter_

timeRange_

HBaseProtos.TimeRange timeRange_

maxVersions_

int maxVersions_

cacheBlocks_

boolean cacheBlocks_

storeLimit_

int storeLimit_

storeOffset_

int storeOffset_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.GetRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

region_

HBaseProtos.RegionSpecifier region_

get_

ClientProtos.Get get_

closestRowBefore_

boolean closestRowBefore_

existenceOnly_

boolean existenceOnly_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.GetResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

result_

ClientProtos.Result result_

exists_

boolean exists_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.MultiAction extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

mutation_

ClientProtos.MutationProto mutation_

get_

ClientProtos.Get get_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.MultiGetRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

region_

HBaseProtos.RegionSpecifier region_

get_

List<E> get_

closestRowBefore_

boolean closestRowBefore_

existenceOnly_

boolean existenceOnly_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.MultiGetResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

result_

List<E> result_

exists_

List<E> exists_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.MultiRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

region_

HBaseProtos.RegionSpecifier region_

action_

List<E> action_

atomic_

boolean atomic_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.MultiResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

result_

List<E> result_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.MutateRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

region_

HBaseProtos.RegionSpecifier region_

mutation_

ClientProtos.MutationProto mutation_

condition_

ClientProtos.Condition condition_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.MutateResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

result_

ClientProtos.Result result_

processed_

boolean processed_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.MutationProto extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

row_

com.google.protobuf.ByteString row_

mutateType_

ClientProtos.MutationProto.MutationType mutateType_

columnValue_

List<E> columnValue_

timestamp_

long timestamp_

attribute_

List<E> attribute_

durability_

ClientProtos.MutationProto.Durability durability_

timeRange_

HBaseProtos.TimeRange timeRange_

associatedCellCount_

int associatedCellCount_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.MutationProto.ColumnValue extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

family_

com.google.protobuf.ByteString family_

qualifierValue_

List<E> qualifierValue_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.MutationProto.ColumnValue.QualifierValue extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

qualifier_

com.google.protobuf.ByteString qualifier_

value_

com.google.protobuf.ByteString value_

timestamp_

long timestamp_

deleteType_

ClientProtos.MutationProto.DeleteType deleteType_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.Result extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

cell_

List<E> cell_

associatedCellCount_

int associatedCellCount_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ResultCellMeta extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

cellsLength_

List<E> cellsLength_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.Scan extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

column_

List<E> column_

attribute_

List<E> attribute_

startRow_

com.google.protobuf.ByteString startRow_

stopRow_

com.google.protobuf.ByteString stopRow_

filter_

FilterProtos.Filter filter_

timeRange_

HBaseProtos.TimeRange timeRange_

maxVersions_

int maxVersions_

cacheBlocks_

boolean cacheBlocks_

batchSize_

int batchSize_

maxResultSize_

long maxResultSize_

storeLimit_

int storeLimit_

storeOffset_

int storeOffset_

loadColumnFamiliesOnDemand_

boolean loadColumnFamiliesOnDemand_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ScanRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

region_

HBaseProtos.RegionSpecifier region_

scan_

ClientProtos.Scan scan_

scannerId_

long scannerId_

numberOfRows_

int numberOfRows_

closeScanner_

boolean closeScanner_

nextCallSeq_

long nextCallSeq_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ScanResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

resultCellMeta_

ClientProtos.ResultCellMeta resultCellMeta_

scannerId_

long scannerId_

moreResults_

boolean moreResults_

ttl_

int ttl_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ClusterIdProtos.ClusterId extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

clusterId_

Object clusterId_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.ClusterStatus extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

hbaseVersion_

FSProtos.HBaseVersionFileContent hbaseVersion_

liveServers_

List<E> liveServers_

deadServers_

List<E> deadServers_

regionsInTransition_

List<E> regionsInTransition_

clusterId_

ClusterIdProtos.ClusterId clusterId_

masterCoprocessors_

List<E> masterCoprocessors_

master_

HBaseProtos.ServerName master_

backupMasters_

List<E> backupMasters_

balancerOn_

boolean balancerOn_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.LiveServerInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

server_

HBaseProtos.ServerName server_

serverLoad_

ClusterStatusProtos.ServerLoad serverLoad_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.RegionInTransition extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

spec_

HBaseProtos.RegionSpecifier spec_

regionState_

ClusterStatusProtos.RegionState regionState_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.RegionLoad extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

regionSpecifier_

HBaseProtos.RegionSpecifier regionSpecifier_

stores_

int stores_

storefiles_

int storefiles_

storeUncompressedSizeMB_

int storeUncompressedSizeMB_

storefileSizeMB_

int storefileSizeMB_

memstoreSizeMB_

int memstoreSizeMB_

storefileIndexSizeMB_

int storefileIndexSizeMB_

readRequestsCount_

long readRequestsCount_

writeRequestsCount_

long writeRequestsCount_

totalCompactingKVs_

long totalCompactingKVs_

currentCompactedKVs_

long currentCompactedKVs_

rootIndexSizeKB_

int rootIndexSizeKB_

totalStaticIndexSizeKB_

int totalStaticIndexSizeKB_

totalStaticBloomSizeKB_

int totalStaticBloomSizeKB_

completeSequenceId_

long completeSequenceId_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.RegionState extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

regionInfo_

HBaseProtos.RegionInfo regionInfo_

state_

ClusterStatusProtos.RegionState.State state_

stamp_

long stamp_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.ServerLoad extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

numberOfRequests_

int numberOfRequests_

totalNumberOfRequests_

int totalNumberOfRequests_

usedHeapMB_

int usedHeapMB_

maxHeapMB_

int maxHeapMB_

regionLoads_

List<E> regionLoads_

coprocessors_

List<E> coprocessors_

reportStartTime_

long reportStartTime_

reportEndTime_

long reportEndTime_

infoServerPort_

int infoServerPort_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ComparatorProtos.BinaryComparator extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

comparable_

ComparatorProtos.ByteArrayComparable comparable_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ComparatorProtos.BinaryPrefixComparator extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

comparable_

ComparatorProtos.ByteArrayComparable comparable_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ComparatorProtos.BitComparator extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

comparable_

ComparatorProtos.ByteArrayComparable comparable_

bitwiseOp_

ComparatorProtos.BitComparator.BitwiseOp bitwiseOp_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ComparatorProtos.ByteArrayComparable extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

value_

com.google.protobuf.ByteString value_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ComparatorProtos.Comparator extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

Object name_

serializedComparator_

com.google.protobuf.ByteString serializedComparator_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ComparatorProtos.NullComparator extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ComparatorProtos.RegexStringComparator extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

pattern_

Object pattern_

patternFlags_

int patternFlags_

charset_

Object charset_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ComparatorProtos.SubstringComparator extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

substr_

Object substr_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ErrorHandlingProtos.ForeignExceptionMessage extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

source_

Object source_

genericException_

ErrorHandlingProtos.GenericExceptionMessage genericException_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ErrorHandlingProtos.GenericExceptionMessage extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

className_

Object className_

message_

Object message_

errorInfo_

com.google.protobuf.ByteString errorInfo_

trace_

List<E> trace_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ErrorHandlingProtos.StackTraceElementMessage extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

declaringClass_

Object declaringClass_

methodName_

Object methodName_

fileName_

Object fileName_

lineNumber_

int lineNumber_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.FilterProtos.ColumnCountGetFilter extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

limit_

int limit_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.FilterProtos.ColumnPaginationFilter extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

limit_

int limit_

offset_

int offset_

columnOffset_

com.google.protobuf.ByteString columnOffset_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.FilterProtos.ColumnPrefixFilter extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

prefix_

com.google.protobuf.ByteString prefix_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.FilterProtos.ColumnRangeFilter extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

minColumn_

com.google.protobuf.ByteString minColumn_

minColumnInclusive_

boolean minColumnInclusive_

maxColumn_

com.google.protobuf.ByteString maxColumn_

maxColumnInclusive_

boolean maxColumnInclusive_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.FilterProtos.CompareFilter extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

compareOp_

HBaseProtos.CompareType compareOp_

comparator_

ComparatorProtos.Comparator comparator_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.FilterProtos.DependentColumnFilter extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

compareFilter_

FilterProtos.CompareFilter compareFilter_

columnFamily_

com.google.protobuf.ByteString columnFamily_

columnQualifier_

com.google.protobuf.ByteString columnQualifier_

dropDependentColumn_

boolean dropDependentColumn_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.FilterProtos.FamilyFilter extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

compareFilter_

FilterProtos.CompareFilter compareFilter_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.FilterProtos.Filter extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

Object name_

serializedFilter_

com.google.protobuf.ByteString serializedFilter_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.FilterProtos.FilterList extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

operator_

FilterProtos.FilterList.Operator operator_

filters_

List<E> filters_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.FilterProtos.FilterWrapper extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

filter_

FilterProtos.Filter filter_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.FilterProtos.FirstKeyOnlyFilter extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.FilterProtos.FirstKeyValueMatchingQualifiersFilter extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

qualifiers_

List<E> qualifiers_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.FilterProtos.FuzzyRowFilter extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

fuzzyKeysData_

List<E> fuzzyKeysData_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.FilterProtos.InclusiveStopFilter extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

stopRowKey_

com.google.protobuf.ByteString stopRowKey_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.FilterProtos.KeyOnlyFilter extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

lenAsVal_

boolean lenAsVal_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.FilterProtos.MultipleColumnPrefixFilter extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

sortedPrefixes_

List<E> sortedPrefixes_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.FilterProtos.PageFilter extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

pageSize_

long pageSize_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.FilterProtos.PrefixFilter extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

prefix_

com.google.protobuf.ByteString prefix_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.FilterProtos.QualifierFilter extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

compareFilter_

FilterProtos.CompareFilter compareFilter_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.FilterProtos.RandomRowFilter extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

chance_

float chance_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.FilterProtos.RowFilter extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

compareFilter_

FilterProtos.CompareFilter compareFilter_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SingleColumnValueExcludeFilter extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

singleColumnValueFilter_

FilterProtos.SingleColumnValueFilter singleColumnValueFilter_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SingleColumnValueFilter extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

columnFamily_

com.google.protobuf.ByteString columnFamily_

columnQualifier_

com.google.protobuf.ByteString columnQualifier_

compareOp_

HBaseProtos.CompareType compareOp_

comparator_

ComparatorProtos.Comparator comparator_

filterIfMissing_

boolean filterIfMissing_

latestVersionOnly_

boolean latestVersionOnly_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.FilterProtos.SkipFilter extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

filter_

FilterProtos.Filter filter_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.FilterProtos.TimestampsFilter extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

timestamps_

List<E> timestamps_

timestampsMemoizedSerializedSize

int timestampsMemoizedSerializedSize

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.FilterProtos.ValueFilter extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

compareFilter_

FilterProtos.CompareFilter compareFilter_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.FilterProtos.WhileMatchFilter extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

filter_

FilterProtos.Filter filter_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.FSProtos.HBaseVersionFileContent extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

version_

Object version_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.FSProtos.Reference extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

splitkey_

com.google.protobuf.ByteString splitkey_

range_

FSProtos.Reference.Range range_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BigDecimalMsg extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

bigdecimalMsg_

com.google.protobuf.ByteString bigdecimalMsg_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.BytesBytesPair extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

first_

com.google.protobuf.ByteString first_

second_

com.google.protobuf.ByteString second_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ColumnFamilySchema extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

com.google.protobuf.ByteString name_

attributes_

List<E> attributes_

configuration_

List<E> configuration_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.Coprocessor extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

Object name_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.EmptyMsg extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.FavoredNodes extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

favoredNode_

List<E> favoredNode_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.LongMsg extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

longMsg_

long longMsg_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameBytesPair extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

Object name_

value_

com.google.protobuf.ByteString value_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameInt64Pair extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

Object name_

value_

long value_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NamespaceDescriptor extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

com.google.protobuf.ByteString name_

configuration_

List<E> configuration_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.NameStringPair extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

Object name_

value_

Object value_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.RegionInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

regionId_

long regionId_

tableName_

HBaseProtos.TableName tableName_

startKey_

com.google.protobuf.ByteString startKey_

endKey_

com.google.protobuf.ByteString endKey_

offline_

boolean offline_

split_

boolean split_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.RegionSpecifier extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

type_

HBaseProtos.RegionSpecifier.RegionSpecifierType type_

value_

com.google.protobuf.ByteString value_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.ServerName extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

hostName_

Object hostName_

port_

int port_

startCode_

long startCode_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.SnapshotDescription extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

Object name_

table_

Object table_

creationTime_

long creationTime_

type_

HBaseProtos.SnapshotDescription.Type type_

version_

int version_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableName extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

namespace_

com.google.protobuf.ByteString namespace_

qualifier_

com.google.protobuf.ByteString qualifier_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TableSchema extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

tableName_

HBaseProtos.TableName tableName_

attributes_

List<E> attributes_

columnFamilies_

List<E> columnFamilies_

configuration_

List<E> configuration_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.TimeRange extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

from_

long from_

to_

long to_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.HBaseProtos.UUID extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

leastSigBits_

long leastSigBits_

mostSigBits_

long mostSigBits_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.HFileProtos.FileInfoProto extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

mapEntry_

List<E> mapEntry_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.HFileProtos.FileTrailerProto extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

fileInfoOffset_

long fileInfoOffset_

loadOnOpenDataOffset_

long loadOnOpenDataOffset_

uncompressedDataIndexSize_

long uncompressedDataIndexSize_

totalUncompressedBytes_

long totalUncompressedBytes_

dataIndexCount_

int dataIndexCount_

metaIndexCount_

int metaIndexCount_

entryCount_

long entryCount_

numDataIndexLevels_

int numDataIndexLevels_

firstDataBlockOffset_

long firstDataBlockOffset_

lastDataBlockOffset_

long lastDataBlockOffset_

comparatorClassName_

Object comparatorClassName_

compressionCodec_

int compressionCodec_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.LoadBalancerProtos.LoadBalancerState extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

balancerOn_

boolean balancerOn_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MapReduceProtos.ScanMetrics extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

metrics_

List<E> metrics_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.AddColumnRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

tableName_

HBaseProtos.TableName tableName_

columnFamilies_

HBaseProtos.ColumnFamilySchema columnFamilies_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.AddColumnResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.AssignRegionRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

region_

HBaseProtos.RegionSpecifier region_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.AssignRegionResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.BalanceRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.BalanceResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

balancerRan_

boolean balancerRan_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.CatalogScanRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.CatalogScanResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

scanResult_

int scanResult_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.CreateNamespaceRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

namespaceDescriptor_

HBaseProtos.NamespaceDescriptor namespaceDescriptor_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.CreateNamespaceResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.CreateTableRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

tableSchema_

HBaseProtos.TableSchema tableSchema_

splitKeys_

List<E> splitKeys_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.CreateTableResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.DeleteColumnRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

tableName_

HBaseProtos.TableName tableName_

columnName_

com.google.protobuf.ByteString columnName_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.DeleteColumnResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.DeleteNamespaceRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

namespaceName_

Object namespaceName_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.DeleteNamespaceResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.DeleteSnapshotRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

snapshot_

HBaseProtos.SnapshotDescription snapshot_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.DeleteSnapshotResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.DeleteTableRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

tableName_

HBaseProtos.TableName tableName_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.DeleteTableResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.DisableTableRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

tableName_

HBaseProtos.TableName tableName_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.DisableTableResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.DispatchMergingRegionsRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

regionA_

HBaseProtos.RegionSpecifier regionA_

regionB_

HBaseProtos.RegionSpecifier regionB_

forcible_

boolean forcible_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.DispatchMergingRegionsResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.EnableCatalogJanitorRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

enable_

boolean enable_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.EnableCatalogJanitorResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

prevValue_

boolean prevValue_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.EnableTableRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

tableName_

HBaseProtos.TableName tableName_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.EnableTableResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.GetNamespaceDescriptorRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

namespaceName_

Object namespaceName_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.GetNamespaceDescriptorResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

namespaceDescriptor_

HBaseProtos.NamespaceDescriptor namespaceDescriptor_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.IsCatalogJanitorEnabledRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.IsCatalogJanitorEnabledResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

value_

boolean value_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.IsRestoreSnapshotDoneRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

snapshot_

HBaseProtos.SnapshotDescription snapshot_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.IsRestoreSnapshotDoneResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

done_

boolean done_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.IsSnapshotDoneRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

snapshot_

HBaseProtos.SnapshotDescription snapshot_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.IsSnapshotDoneResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

done_

boolean done_

snapshot_

HBaseProtos.SnapshotDescription snapshot_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.ListNamespaceDescriptorsRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.ListNamespaceDescriptorsResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

namespaceDescriptor_

List<E> namespaceDescriptor_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.ListSnapshotRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.ListSnapshotResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

snapshots_

List<E> snapshots_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.ListTableDescriptorsByNamespaceRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

namespaceName_

Object namespaceName_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.ListTableDescriptorsByNamespaceResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

tableSchema_

List<E> tableSchema_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.ListTableNamesByNamespaceRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

namespaceName_

Object namespaceName_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.ListTableNamesByNamespaceResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

tableName_

List<E> tableName_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.ModifyColumnRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

tableName_

HBaseProtos.TableName tableName_

columnFamilies_

HBaseProtos.ColumnFamilySchema columnFamilies_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.ModifyColumnResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.ModifyNamespaceRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

namespaceDescriptor_

HBaseProtos.NamespaceDescriptor namespaceDescriptor_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.ModifyNamespaceResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.ModifyTableRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

tableName_

HBaseProtos.TableName tableName_

tableSchema_

HBaseProtos.TableSchema tableSchema_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.ModifyTableResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.MoveRegionRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

region_

HBaseProtos.RegionSpecifier region_

destServerName_

HBaseProtos.ServerName destServerName_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.MoveRegionResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.OfflineRegionRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

region_

HBaseProtos.RegionSpecifier region_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.OfflineRegionResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.RestoreSnapshotRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

snapshot_

HBaseProtos.SnapshotDescription snapshot_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.RestoreSnapshotResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.SetBalancerRunningRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

on_

boolean on_

synchronous_

boolean synchronous_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.SetBalancerRunningResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

prevBalanceValue_

boolean prevBalanceValue_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.ShutdownRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.ShutdownResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.StopMasterRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.StopMasterResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.TakeSnapshotRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

snapshot_

HBaseProtos.SnapshotDescription snapshot_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.TakeSnapshotResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

expectedTimeout_

long expectedTimeout_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.UnassignRegionRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

region_

HBaseProtos.RegionSpecifier region_

force_

boolean force_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterAdminProtos.UnassignRegionResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterMonitorProtos.GetClusterStatusRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterMonitorProtos.GetClusterStatusResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

clusterStatus_

ClusterStatusProtos.ClusterStatus clusterStatus_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterMonitorProtos.GetSchemaAlterStatusRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

tableName_

HBaseProtos.TableName tableName_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterMonitorProtos.GetSchemaAlterStatusResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

yetToUpdateRegions_

int yetToUpdateRegions_

totalRegions_

int totalRegions_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterMonitorProtos.GetTableDescriptorsRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

tableNames_

List<E> tableNames_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterMonitorProtos.GetTableDescriptorsResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

tableSchema_

List<E> tableSchema_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterMonitorProtos.GetTableNamesRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterMonitorProtos.GetTableNamesResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

tableNames_

List<E> tableNames_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterProtos.IsMasterRunningRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MasterProtos.IsMasterRunningResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

isMasterRunning_

boolean isMasterRunning_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MultiRowMutation.MultiMutateRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

mutationRequest_

List<E> mutationRequest_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MultiRowMutation.MultiMutateResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProcessorProtos.MultiRowMutationProcessorResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.GetLastFlushedSequenceIdRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

regionName_

com.google.protobuf.ByteString regionName_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.GetLastFlushedSequenceIdResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

lastFlushedSequenceId_

long lastFlushedSequenceId_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.RegionServerReportRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

server_

HBaseProtos.ServerName server_

load_

ClusterStatusProtos.ServerLoad load_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.RegionServerReportResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.RegionServerStartupRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

port_

int port_

serverStartCode_

long serverStartCode_

serverCurrentTime_

long serverCurrentTime_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.RegionServerStartupResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

mapEntries_

List<E> mapEntries_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.ReportRSFatalErrorRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

server_

HBaseProtos.ServerName server_

errorMessage_

Object errorMessage_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.RegionServerStatusProtos.ReportRSFatalErrorResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

rowProcessorClassName_

Object rowProcessorClassName_

rowProcessorInitializerMessageName_

Object rowProcessorInitializerMessageName_

rowProcessorInitializerMessage_

com.google.protobuf.ByteString rowProcessorInitializerMessage_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.RowProcessorProtos.RowProcessorResult extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

rowProcessorResult_

com.google.protobuf.ByteString rowProcessorResult_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.RPCProtos.CellBlockMeta extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

length_

int length_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.RPCProtos.ConnectionHeader extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

userInfo_

RPCProtos.UserInformation userInfo_

serviceName_

Object serviceName_

cellBlockCodecClass_

Object cellBlockCodecClass_

cellBlockCompressorClass_

Object cellBlockCompressorClass_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.RPCProtos.ExceptionResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

exceptionClassName_

Object exceptionClassName_

stackTrace_

Object stackTrace_

hostname_

Object hostname_

port_

int port_

doNotRetry_

boolean doNotRetry_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.RPCProtos.RequestHeader extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

callId_

int callId_

traceInfo_

Tracing.RPCTInfo traceInfo_

methodName_

Object methodName_

requestParam_

boolean requestParam_

cellBlockMeta_

RPCProtos.CellBlockMeta cellBlockMeta_

effectiveUser_

Object effectiveUser_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.RPCProtos.ResponseHeader extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

callId_

int callId_

exception_

RPCProtos.ExceptionResponse exception_

cellBlockMeta_

RPCProtos.CellBlockMeta cellBlockMeta_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.RPCProtos.UserInformation extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

effectiveUser_

Object effectiveUser_

realUser_

Object realUser_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.CleanupBulkLoadRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

bulkToken_

Object bulkToken_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.CleanupBulkLoadResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.DelegationTokenProto extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

identifier_

com.google.protobuf.ByteString identifier_

password_

com.google.protobuf.ByteString password_

kind_

Object kind_

service_

Object service_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.PrepareBulkLoadRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

tableName_

HBaseProtos.TableName tableName_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.PrepareBulkLoadResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

bulkToken_

Object bulkToken_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesRequest extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

familyPath_

List<E> familyPath_

assignSeqNum_

boolean assignSeqNum_

fsToken_

SecureBulkLoadProtos.DelegationTokenProto fsToken_

bulkToken_

Object bulkToken_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadHFilesResponse extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

loaded_

boolean loaded_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.Tracing.RPCTInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

traceId_

long traceId_

parentId_

long parentId_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.WALProtos.CompactionDescriptor extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

tableName_

com.google.protobuf.ByteString tableName_

encodedRegionName_

com.google.protobuf.ByteString encodedRegionName_

familyName_

com.google.protobuf.ByteString familyName_

compactionInput_

com.google.protobuf.LazyStringList compactionInput_

compactionOutput_

com.google.protobuf.LazyStringList compactionOutput_

storeHomeDir_

Object storeHomeDir_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.WALProtos.FamilyScope extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

family_

com.google.protobuf.ByteString family_

scopeType_

WALProtos.ScopeType scopeType_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.WALProtos.WALHeader extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

hasCompression_

boolean hasCompression_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.WALProtos.WALKey extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

encodedRegionName_

com.google.protobuf.ByteString encodedRegionName_

tableName_

com.google.protobuf.ByteString tableName_

logSequenceNumber_

long logSequenceNumber_

writeTime_

long writeTime_

clusterId_

HBaseProtos.UUID clusterId_

scopes_

List<E> scopes_

followingKvCount_

int followingKvCount_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.WALProtos.WALTrailer extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ClusterUp extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

startDate_

Object startDate_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.Master extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

master_

HBaseProtos.ServerName master_

rpcVersion_

int rpcVersion_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.MetaRegionServer extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

server_

HBaseProtos.ServerName server_

rpcVersion_

int rpcVersion_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.RegionStoreSequenceIds extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

lastFlushedSequenceId_

long lastFlushedSequenceId_

storeSequenceId_

List<E> storeSequenceId_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.RegionTransition extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

eventTypeCode_

int eventTypeCode_

regionName_

com.google.protobuf.ByteString regionName_

createTime_

long createTime_

serverName_

HBaseProtos.ServerName serverName_

payload_

com.google.protobuf.ByteString payload_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationHLogPosition extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

position_

long position_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationLock extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

lockOwner_

Object lockOwner_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationPeer extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

clusterkey_

Object clusterkey_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.ReplicationState extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

state_

ZooKeeperProtos.ReplicationState.State state_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.SplitLogTask extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

state_

ZooKeeperProtos.SplitLogTask.State state_

serverName_

HBaseProtos.ServerName serverName_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.StoreSequenceId extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

familyName_

com.google.protobuf.ByteString familyName_

sequenceId_

long sequenceId_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.Table extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

state_

ZooKeeperProtos.Table.State state_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.protobuf.generated.ZooKeeperProtos.TableLock extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

tableName_

HBaseProtos.TableName tableName_

lockOwner_

HBaseProtos.ServerName lockOwner_

threadId_

long threadId_

isShared_

boolean isShared_

purpose_

Object purpose_

createTime_

long createTime_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

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.Leases.LeaseStillHeldException extends IOException implements Serializable

Serialized Fields

leaseName

String leaseName

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.RSDumpServlet extends StateDumpServlet implements Serializable

serialVersionUID: 1L

Class org.apache.hadoop.hbase.regionserver.RSStatusServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

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

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

serialVersionUID: -4363805979687710634L


Package org.apache.hadoop.hbase.rest

Class org.apache.hadoop.hbase.rest.RESTServletContainer extends com.sun.jersey.spi.container.servlet.ServletContainer implements Serializable

serialVersionUID: -2474255003443394314L


Package org.apache.hadoop.hbase.rest.model

Class org.apache.hadoop.hbase.rest.model.CellModel extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

timestamp

long timestamp

column

byte[] column

value

byte[] value

Class org.apache.hadoop.hbase.rest.model.CellSetModel extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

rows

List<E> rows

Class org.apache.hadoop.hbase.rest.model.ColumnSchemaModel extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

attrs

Map<K,V> attrs

Class org.apache.hadoop.hbase.rest.model.RowModel extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

byte[] key

cells

List<E> cells

Class org.apache.hadoop.hbase.rest.model.ScannerModel extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

startRow

byte[] startRow

endRow

byte[] endRow

columns

List<E> columns

batch

int batch

startTime

long startTime

endTime

long endTime

filter

String filter

maxVersions

int maxVersions

caching

int caching

Class org.apache.hadoop.hbase.rest.model.StorageClusterStatusModel extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

liveNodes

List<E> liveNodes

deadNodes

List<E> deadNodes

regions

int regions

requests

int requests

averageLoad

double averageLoad

Class org.apache.hadoop.hbase.rest.model.StorageClusterVersionModel extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

version

String version

Class org.apache.hadoop.hbase.rest.model.TableInfoModel extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

regions

List<E> regions

Class org.apache.hadoop.hbase.rest.model.TableListModel extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

tables

List<E> tables

Class org.apache.hadoop.hbase.rest.model.TableModel extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

Class org.apache.hadoop.hbase.rest.model.TableRegionModel extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

table

String table

id

long id

startKey

byte[] startKey

endKey

byte[] endKey

location

String location

Class org.apache.hadoop.hbase.rest.model.TableSchemaModel extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

attrs

Map<K,V> attrs

columns

List<E> columns

Class org.apache.hadoop.hbase.rest.model.VersionModel extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

restVersion

String restVersion

jvmVersion

String jvmVersion

osVersion

String osVersion

serverVersion

String serverVersion

jerseyVersion

String jerseyVersion

Package org.apache.hadoop.hbase.rest.protobuf.generated

Class org.apache.hadoop.hbase.rest.protobuf.generated.CellMessage.Cell extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

row_

com.google.protobuf.ByteString row_

column_

com.google.protobuf.ByteString column_

timestamp_

long timestamp_

data_

com.google.protobuf.ByteString data_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

rows_

List<E> rows_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.rest.protobuf.generated.CellSetMessage.CellSet.Row extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

key_

com.google.protobuf.ByteString key_

values_

List<E> values_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

Object name_

attrs_

List<E> attrs_

ttl_

int ttl_

maxVersions_

int maxVersions_

compression_

Object compression_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.rest.protobuf.generated.ColumnSchemaMessage.ColumnSchema.Attribute extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

Object name_

value_

Object value_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.rest.protobuf.generated.ScannerMessage.Scanner extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

startRow_

com.google.protobuf.ByteString startRow_

endRow_

com.google.protobuf.ByteString endRow_

columns_

List<E> columns_

batch_

int batch_

startTime_

long startTime_

endTime_

long endTime_

maxVersions_

int maxVersions_

filter_

Object filter_

caching_

int caching_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

liveNodes_

List<E> liveNodes_

deadNodes_

com.google.protobuf.LazyStringList deadNodes_

regions_

int regions_

requests_

int requests_

averageLoad_

double averageLoad_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Node extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

Object name_

startCode_

long startCode_

requests_

int requests_

heapSizeMB_

int heapSizeMB_

maxHeapSizeMB_

int maxHeapSizeMB_

regions_

List<E> regions_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.rest.protobuf.generated.StorageClusterStatusMessage.StorageClusterStatus.Region extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

com.google.protobuf.ByteString name_

stores_

int stores_

storefiles_

int storefiles_

storefileSizeMB_

int storefileSizeMB_

memstoreSizeMB_

int memstoreSizeMB_

storefileIndexSizeMB_

int storefileIndexSizeMB_

readRequestsCount_

long readRequestsCount_

writeRequestsCount_

long writeRequestsCount_

rootIndexSizeKB_

int rootIndexSizeKB_

totalStaticIndexSizeKB_

int totalStaticIndexSizeKB_

totalStaticBloomSizeKB_

int totalStaticBloomSizeKB_

totalCompactingKVs_

long totalCompactingKVs_

currentCompactedKVs_

long currentCompactedKVs_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

Object name_

regions_

List<E> regions_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.rest.protobuf.generated.TableInfoMessage.TableInfo.Region extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

Object name_

startKey_

com.google.protobuf.ByteString startKey_

endKey_

com.google.protobuf.ByteString endKey_

id_

long id_

location_

Object location_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.rest.protobuf.generated.TableListMessage.TableList extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

name_

com.google.protobuf.LazyStringList name_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

Object name_

attrs_

List<E> attrs_

columns_

List<E> columns_

inMemory_

boolean inMemory_

readOnly_

boolean readOnly_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.rest.protobuf.generated.TableSchemaMessage.TableSchema.Attribute extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

name_

Object name_

value_

Object value_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

Class org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version extends com.google.protobuf.GeneratedMessage implements Serializable

serialVersionUID: 0L

Serialization Methods

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

bitField0_

int bitField0_

restVersion_

Object restVersion_

jvmVersion_

Object jvmVersion_

osVersion_

Object osVersion_

serverVersion_

Object serverVersion_

jerseyVersion_

Object jerseyVersion_

memoizedIsInitialized

byte memoizedIsInitialized

memoizedSerializedSize

int memoizedSerializedSize

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.thrift2.generated

Class org.apache.hadoop.hbase.thrift2.generated.TColumn extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

family

ByteBuffer family

qualifier

ByteBuffer qualifier

timestamp

long timestamp

__isset_bitfield

byte __isset_bitfield

optionals

TColumn._Fields[] optionals

Class org.apache.hadoop.hbase.thrift2.generated.TColumnIncrement extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

family

ByteBuffer family

qualifier

ByteBuffer qualifier

amount

long amount

__isset_bitfield

byte __isset_bitfield

optionals

TColumnIncrement._Fields[] optionals

Class org.apache.hadoop.hbase.thrift2.generated.TColumnValue extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

family

ByteBuffer family

qualifier

ByteBuffer qualifier

value

ByteBuffer value

timestamp

long timestamp

__isset_bitfield

byte __isset_bitfield

optionals

TColumnValue._Fields[] optionals

Class org.apache.hadoop.hbase.thrift2.generated.TDelete extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

row

ByteBuffer row

columns

List<E> columns

timestamp

long timestamp

deleteType

TDeleteType deleteType
See Also:
TDeleteType

attributes

Map<K,V> attributes

durability

TDurability durability
See Also:
TDurability

__isset_bitfield

byte __isset_bitfield

optionals

TDelete._Fields[] optionals

Class org.apache.hadoop.hbase.thrift2.generated.TGet extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

row

ByteBuffer row

columns

List<E> columns

timestamp

long timestamp

timeRange

TTimeRange timeRange

maxVersions

int maxVersions

filterString

ByteBuffer filterString

attributes

Map<K,V> attributes

__isset_bitfield

byte __isset_bitfield

optionals

TGet._Fields[] optionals

Class org.apache.hadoop.hbase.thrift2.generated.THBaseService.checkAndDelete_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

table

ByteBuffer table
to check in and delete from


row

ByteBuffer row
row to check


family

ByteBuffer family
column family to check


qualifier

ByteBuffer qualifier
column qualifier to check


value

ByteBuffer value
the expected value, if not provided the check is for the non-existence of the column in question


deleteSingle

TDelete deleteSingle
the TDelete to execute if the check succeeds

Class org.apache.hadoop.hbase.thrift2.generated.THBaseService.checkAndDelete_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

boolean success

io

TIOError io

__isset_bitfield

byte __isset_bitfield

Class org.apache.hadoop.hbase.thrift2.generated.THBaseService.checkAndPut_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

table

ByteBuffer table
to check in and put to


row

ByteBuffer row
row to check


family

ByteBuffer family
column family to check


qualifier

ByteBuffer qualifier
column qualifier to check


value

ByteBuffer value
the expected value, if not provided the check is for the non-existence of the column in question


put

TPut put
the TPut to put if the check succeeds

Class org.apache.hadoop.hbase.thrift2.generated.THBaseService.checkAndPut_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

boolean success

io

TIOError io

__isset_bitfield

byte __isset_bitfield

Class org.apache.hadoop.hbase.thrift2.generated.THBaseService.closeScanner_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

scannerId

int scannerId
the Id of the Scanner to close *


__isset_bitfield

byte __isset_bitfield

Class org.apache.hadoop.hbase.thrift2.generated.THBaseService.closeScanner_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

io

TIOError io

ia

TIllegalArgument ia
if the scannerId is invalid

Class org.apache.hadoop.hbase.thrift2.generated.THBaseService.deleteMultiple_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

table

ByteBuffer table
the table to delete from


deletes

List<E> deletes
list of TDeletes to delete

Class org.apache.hadoop.hbase.thrift2.generated.THBaseService.deleteMultiple_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

List<E> success

io

TIOError io

Class org.apache.hadoop.hbase.thrift2.generated.THBaseService.deleteSingle_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

table

ByteBuffer table
the table to delete from


deleteSingle

TDelete deleteSingle
the TDelete to delete

Class org.apache.hadoop.hbase.thrift2.generated.THBaseService.deleteSingle_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

io

TIOError io

Class org.apache.hadoop.hbase.thrift2.generated.THBaseService.exists_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

table

ByteBuffer table
the table to check on


get

TGet get
the TGet to check for

Class org.apache.hadoop.hbase.thrift2.generated.THBaseService.exists_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

boolean success

io

TIOError io

__isset_bitfield

byte __isset_bitfield

Class org.apache.hadoop.hbase.thrift2.generated.THBaseService.get_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

table

ByteBuffer table
the table to get from


get

TGet get
the TGet to fetch

Class org.apache.hadoop.hbase.thrift2.generated.THBaseService.get_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

TResult success

io

TIOError io

Class org.apache.hadoop.hbase.thrift2.generated.THBaseService.getMultiple_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

table

ByteBuffer table
the table to get from


gets

List<E> gets
a list of TGets to fetch, the Result list will have the Results at corresponding positions or null if there was an error

Class org.apache.hadoop.hbase.thrift2.generated.THBaseService.getMultiple_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

List<E> success

io

TIOError io

Class org.apache.hadoop.hbase.thrift2.generated.THBaseService.getScannerResults_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

table

ByteBuffer table
the table to get the Scanner for


scan

TScan scan
the scan object to get a Scanner for


numRows

int numRows
number of rows to return


__isset_bitfield

byte __isset_bitfield

Class org.apache.hadoop.hbase.thrift2.generated.THBaseService.getScannerResults_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

List<E> success

io

TIOError io

Class org.apache.hadoop.hbase.thrift2.generated.THBaseService.getScannerRows_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

scannerId

int scannerId
the Id of the Scanner to return rows from. This is an Id returned from the openScanner function.


numRows

int numRows
number of rows to return


__isset_bitfield

byte __isset_bitfield

Class org.apache.hadoop.hbase.thrift2.generated.THBaseService.getScannerRows_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

List<E> success

io

TIOError io

ia

TIllegalArgument ia
if the scannerId is invalid

Class org.apache.hadoop.hbase.thrift2.generated.THBaseService.increment_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

table

ByteBuffer table
the table to increment the value on


increment

TIncrement increment
the TIncrement to increment

Class org.apache.hadoop.hbase.thrift2.generated.THBaseService.increment_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

TResult success

io

TIOError io

Class org.apache.hadoop.hbase.thrift2.generated.THBaseService.mutateRow_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

table

ByteBuffer table
table to apply the mutations


rowMutations

TRowMutations rowMutations
mutations to apply

Class org.apache.hadoop.hbase.thrift2.generated.THBaseService.mutateRow_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

io

TIOError io

Class org.apache.hadoop.hbase.thrift2.generated.THBaseService.openScanner_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

table

ByteBuffer table
the table to get the Scanner for


scan

TScan scan
the scan object to get a Scanner for

Class org.apache.hadoop.hbase.thrift2.generated.THBaseService.openScanner_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

success

int success

io

TIOError io

__isset_bitfield

byte __isset_bitfield

Class org.apache.hadoop.hbase.thrift2.generated.THBaseService.put_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

table

ByteBuffer table
the table to put data in


put

TPut put
the TPut to put

Class org.apache.hadoop.hbase.thrift2.generated.THBaseService.put_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

io

TIOError io

Class org.apache.hadoop.hbase.thrift2.generated.THBaseService.putMultiple_args extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

table

ByteBuffer table
the table to put data in


puts

List<E> puts
a list of TPuts to commit

Class org.apache.hadoop.hbase.thrift2.generated.THBaseService.putMultiple_result extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

io

TIOError io

Class org.apache.hadoop.hbase.thrift2.generated.TIllegalArgument extends org.apache.thrift.TException implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

message

String message

optionals

TIllegalArgument._Fields[] optionals

Class org.apache.hadoop.hbase.thrift2.generated.TIncrement extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

row

ByteBuffer row

columns

List<E> columns

attributes

Map<K,V> attributes

durability

TDurability durability
See Also:
TDurability

optionals

TIncrement._Fields[] optionals

Class org.apache.hadoop.hbase.thrift2.generated.TIOError extends org.apache.thrift.TException implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

message

String message

optionals

TIOError._Fields[] optionals

Class org.apache.hadoop.hbase.thrift2.generated.TMutation extends org.apache.thrift.TUnion<TMutation,TMutation._Fields> implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException

Class org.apache.hadoop.hbase.thrift2.generated.TPut extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

row

ByteBuffer row

columnValues

List<E> columnValues

timestamp

long timestamp

attributes

Map<K,V> attributes

durability

TDurability durability
See Also:
TDurability

__isset_bitfield

byte __isset_bitfield

optionals

TPut._Fields[] optionals

Class org.apache.hadoop.hbase.thrift2.generated.TResult extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

row

ByteBuffer row

columnValues

List<E> columnValues

optionals

TResult._Fields[] optionals

Class org.apache.hadoop.hbase.thrift2.generated.TRowMutations extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

row

ByteBuffer row

mutations

List<E> mutations

Class org.apache.hadoop.hbase.thrift2.generated.TScan extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

startRow

ByteBuffer startRow

stopRow

ByteBuffer stopRow

columns

List<E> columns

caching

int caching

maxVersions

int maxVersions

timeRange

TTimeRange timeRange

filterString

ByteBuffer filterString

batchSize

int batchSize

attributes

Map<K,V> attributes

__isset_bitfield

byte __isset_bitfield

optionals

TScan._Fields[] optionals

Class org.apache.hadoop.hbase.thrift2.generated.TTimeRange extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

minStamp

long minStamp

maxStamp

long maxStamp

__isset_bitfield

byte __isset_bitfield

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.HBaseFsck.RegionRepairException extends IOException implements Serializable

serialVersionUID: 1L

Serialized Fields

ioe

IOException ioe

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

Package org.apache.hadoop.metrics2

Class org.apache.hadoop.metrics2.MetricsException extends RuntimeException implements Serializable

serialVersionUID: 1L



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