Serialized Form


Package org.apache.hadoop.hbase

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

serialVersionUID: -8760041766259623329L


Package org.apache.hadoop.hbase.codec

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

serialVersionUID: -2850095011686914405L


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

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

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

Class org.apache.hadoop.hbase.ipc.HBaseClient.FailedServerException extends IOException implements Serializable

Class org.apache.hadoop.hbase.ipc.HBaseServer.CallQueueTooBigException extends IOException 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

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

Class org.apache.hadoop.hbase.regionserver.Leases.LeaseStillHeldException extends IOException implements Serializable

Serialized Fields

leaseName

String leaseName

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


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

writeToWal

boolean writeToWal

__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

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

writeToWal

boolean writeToWal

__isset_bitfield

byte __isset_bitfield

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

writeToWal

boolean writeToWal

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

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



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