Serialized Form


Package org.apache.accumulo.core.client

Class org.apache.accumulo.core.client.AccumuloException extends Exception implements Serializable

serialVersionUID: 1L

Class org.apache.accumulo.core.client.AccumuloSecurityException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

user

String user

errorCode

SecurityErrorCode errorCode

Class org.apache.accumulo.core.client.MutationsRejectedException extends AccumuloException implements Serializable

serialVersionUID: 1L

Serialized Fields

cvsl

List<E> cvsl

af

Map<K,V> af

es

Collection<E> es

unknownErrors

int unknownErrors

Class org.apache.accumulo.core.client.TableDeletedException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

tableId

String tableId

Class org.apache.accumulo.core.client.TableExistsException extends Exception implements Serializable

serialVersionUID: 1L

Class org.apache.accumulo.core.client.TableNotFoundException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

tableName

String tableName

Class org.apache.accumulo.core.client.TableOfflineException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.apache.accumulo.core.client.TimedOutException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

timedoutServers

Set<E> timedoutServers

Package org.apache.accumulo.core.client.impl

Class org.apache.accumulo.core.client.impl.AccumuloServerException extends AccumuloException implements Serializable

serialVersionUID: 1L

Serialized Fields

server

String server

Class org.apache.accumulo.core.client.impl.IsolationException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.apache.accumulo.core.client.impl.ThriftScanner.ScanTimedOutException extends IOException implements Serializable

serialVersionUID: 1L


Package org.apache.accumulo.core.client.impl.thrift

Class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

Class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticate_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

sec

ThriftSecurityException sec

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

toAuth

TCredentials toAuth

Class org.apache.accumulo.core.client.impl.thrift.ClientService.authenticateUser_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

sec

ThriftSecurityException sec

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

tid

long tid

tableId

String tableId

files

List<E> files

errorDir

String errorDir

setTime

boolean setTime

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.client.impl.thrift.ClientService.bulkImportFiles_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

sec

ThriftSecurityException sec

tope

ThriftTableOperationException tope

Class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

principal

String principal

authorizations

List<E> authorizations

Class org.apache.accumulo.core.client.impl.thrift.ClientService.changeAuthorizations_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

sec

ThriftSecurityException sec

Class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

principal

String principal

password

ByteBuffer password

Class org.apache.accumulo.core.client.impl.thrift.ClientService.changeLocalUserPassword_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

sec

ThriftSecurityException sec

Class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

className

String className

interfaceMatch

String interfaceMatch

Class org.apache.accumulo.core.client.impl.thrift.ClientService.checkClass_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

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

tableId

String tableId

className

String className

interfaceMatch

String interfaceMatch

Class org.apache.accumulo.core.client.impl.thrift.ClientService.checkTableClass_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

sec

ThriftSecurityException sec

tope

ThriftTableOperationException tope

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

principal

String principal

password

ByteBuffer password

Class org.apache.accumulo.core.client.impl.thrift.ClientService.createLocalUser_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

sec

ThriftSecurityException sec

Class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

principal

String principal

Class org.apache.accumulo.core.client.impl.thrift.ClientService.dropLocalUser_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

sec

ThriftSecurityException sec

Class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

type

ConfigurationType type
See Also:
ConfigurationType

Class org.apache.accumulo.core.client.impl.thrift.ClientService.getConfiguration_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

Map<K,V> success

Class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_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

Class org.apache.accumulo.core.client.impl.thrift.ClientService.getInstanceId_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

String success

Class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_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

Class org.apache.accumulo.core.client.impl.thrift.ClientService.getRootTabletLocation_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

String success

Class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

tableName

String tableName

Class org.apache.accumulo.core.client.impl.thrift.ClientService.getTableConfiguration_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

Map<K,V> success

tope

ThriftTableOperationException tope

Class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

principal

String principal

Class org.apache.accumulo.core.client.impl.thrift.ClientService.getUserAuthorizations_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

sec

ThriftSecurityException sec

Class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_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

Class org.apache.accumulo.core.client.impl.thrift.ClientService.getZooKeepers_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

String success

Class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

principal

String principal

permission

byte permission

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.client.impl.thrift.ClientService.grantSystemPermission_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

sec

ThriftSecurityException sec

Class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

principal

String principal

tableName

String tableName

permission

byte permission

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.client.impl.thrift.ClientService.grantTablePermission_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

sec

ThriftSecurityException sec

tope

ThriftTableOperationException tope

Class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

principal

String principal

sysPerm

byte sysPerm

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.client.impl.thrift.ClientService.hasSystemPermission_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

sec

ThriftSecurityException sec

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

principal

String principal

tableName

String tableName

tblPerm

byte tblPerm

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.client.impl.thrift.ClientService.hasTablePermission_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

sec

ThriftSecurityException sec

tope

ThriftTableOperationException tope

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_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

tinfo

TInfo tinfo

tid

long tid

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.client.impl.thrift.ClientService.isActive_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

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

Class org.apache.accumulo.core.client.impl.thrift.ClientService.listLocalUsers_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

Set<E> success

sec

ThriftSecurityException sec

Class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_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

credentials

TCredentials credentials

Class org.apache.accumulo.core.client.impl.thrift.ClientService.ping_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

sec

ThriftSecurityException sec

Class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

principal

String principal

permission

byte permission

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeSystemPermission_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

sec

ThriftSecurityException sec

Class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

principal

String principal

tableName

String tableName

permission

byte permission

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.client.impl.thrift.ClientService.revokeTablePermission_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

sec

ThriftSecurityException sec

tope

ThriftTableOperationException tope

Class org.apache.accumulo.core.client.impl.thrift.ThriftSecurityException 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

user

String user

code

SecurityErrorCode code
See Also:
SecurityErrorCode

Class org.apache.accumulo.core.client.impl.thrift.ThriftTableOperationException 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

tableId

String tableId

tableName

String tableName

op

TableOperation op
See Also:
TableOperation

type

TableOperationExceptionType type
See Also:
TableOperationExceptionType

description

String description

Class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_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

Class org.apache.accumulo.core.client.impl.thrift.ThriftTest.fails_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

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_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

Class org.apache.accumulo.core.client.impl.thrift.ThriftTest.success_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

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_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

Class org.apache.accumulo.core.client.impl.thrift.ThriftTest.throwsError_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

ex

ThriftSecurityException ex

__isset_bitfield

byte __isset_bitfield

Package org.apache.accumulo.core.data

Class org.apache.accumulo.core.data.ArrayByteSequence extends ByteSequence implements Serializable

serialVersionUID: 1L

Serialized Fields

data

byte[] data

offset

int offset

length

int length

Package org.apache.accumulo.core.data.thrift

Class org.apache.accumulo.core.data.thrift.InitialMultiScan 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

scanID

long scanID

result

MultiScanResult result

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.data.thrift.InitialScan 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

scanID

long scanID

result

ScanResult result

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.data.thrift.IterInfo 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

priority

int priority

className

String className

iterName

String iterName

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.data.thrift.MapFileInfo 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

estimatedSize

long estimatedSize

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.data.thrift.MultiScanResult 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

results

List<E> results

failures

Map<K,V> failures

fullScans

List<E> fullScans

partScan

TKeyExtent partScan

partNextKey

TKey partNextKey

partNextKeyInclusive

boolean partNextKeyInclusive

more

boolean more

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.data.thrift.ScanResult 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

results

List<E> results

more

boolean more

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.data.thrift.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

columnFamily

ByteBuffer columnFamily

columnQualifier

ByteBuffer columnQualifier

columnVisibility

ByteBuffer columnVisibility

Class org.apache.accumulo.core.data.thrift.TConstraintViolationSummary 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

constrainClass

String constrainClass

violationCode

short violationCode

violationDescription

String violationDescription

numberOfViolatingMutations

long numberOfViolatingMutations

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.data.thrift.TKey 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

colFamily

ByteBuffer colFamily

colQualifier

ByteBuffer colQualifier

colVisibility

ByteBuffer colVisibility

timestamp

long timestamp

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.data.thrift.TKeyExtent 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

endRow

ByteBuffer endRow

prevEndRow

ByteBuffer prevEndRow

Class org.apache.accumulo.core.data.thrift.TKeyValue 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

key

TKey key

value

ByteBuffer value

Class org.apache.accumulo.core.data.thrift.TMutation 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

data

ByteBuffer data

values

List<E> values

entries

int entries

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.data.thrift.TRange 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

start

TKey start

stop

TKey stop

startKeyInclusive

boolean startKeyInclusive

stopKeyInclusive

boolean stopKeyInclusive

infiniteStartKey

boolean infiniteStartKey

infiniteStopKey

boolean infiniteStopKey

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.data.thrift.UpdateErrors 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

failedExtents

Map<K,V> failedExtents

violationSummaries

List<E> violationSummaries

authorizationFailures

Map<K,V> authorizationFailures

Package org.apache.accumulo.core.file

Class org.apache.accumulo.core.file.NoSuchMetaStoreException extends IOException implements Serializable

serialVersionUID: 1L


Package org.apache.accumulo.core.file.rfile.bcfile

Class org.apache.accumulo.core.file.rfile.bcfile.MetaBlockAlreadyExists extends IOException implements Serializable

Class org.apache.accumulo.core.file.rfile.bcfile.MetaBlockDoesNotExist extends IOException implements Serializable


Package org.apache.accumulo.core.gc.thrift

Class org.apache.accumulo.core.gc.thrift.GcCycleStats 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

started

long started

finished

long finished

candidates

long candidates

inUse

long inUse

deleted

long deleted

errors

long errors

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

Class org.apache.accumulo.core.gc.thrift.GCMonitorService.getStatus_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

GCStatus success

sec

ThriftSecurityException sec

Class org.apache.accumulo.core.gc.thrift.GCStatus 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

last

GcCycleStats last

lastLog

GcCycleStats lastLog

current

GcCycleStats current

currentLog

GcCycleStats currentLog

Package org.apache.accumulo.core.iterators

Class org.apache.accumulo.core.iterators.IterationInterruptedException extends RuntimeException implements Serializable

serialVersionUID: 1L

Class org.apache.accumulo.core.iterators.ValueFormatException extends IllegalArgumentException implements Serializable

serialVersionUID: 4170291568272971821L


Package org.apache.accumulo.core.master

Class org.apache.accumulo.core.master.MasterNotRunningException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

message

String message

Package org.apache.accumulo.core.master.thrift

Class org.apache.accumulo.core.master.thrift.Compacting 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

running

int running

queued

int queued

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.master.thrift.DeadServer 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

server

String server

lastStatus

long lastStatus

status

String status

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

Class org.apache.accumulo.core.master.thrift.MasterClientService.beginTableOperation_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

long success

sec

ThriftSecurityException sec

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

opid

long opid

op

TableOperation op
See Also:
TableOperation

arguments

List<E> arguments

options

Map<K,V> options

autoClean

boolean autoClean

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_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

sec

ThriftSecurityException sec

tope

ThriftTableOperationException tope

Class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

opid

long opid

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.master.thrift.MasterClientService.finishTableOperation_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

sec

ThriftSecurityException sec

Class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

Class org.apache.accumulo.core.master.thrift.MasterClientService.getMasterStats_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

MasterMonitorInfo success

sec

ThriftSecurityException sec

Class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

tableName

String tableName

Class org.apache.accumulo.core.master.thrift.MasterClientService.initiateFlush_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

long success

sec

ThriftSecurityException sec

tope

ThriftTableOperationException tope

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

property

String property

Class org.apache.accumulo.core.master.thrift.MasterClientService.removeSystemProperty_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

sec

ThriftSecurityException sec

Class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

tableName

String tableName

property

String property

Class org.apache.accumulo.core.master.thrift.MasterClientService.removeTableProperty_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

sec

ThriftSecurityException sec

tope

ThriftTableOperationException tope

Class org.apache.accumulo.core.master.thrift.MasterClientService.reportSplitExtent_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

serverName

String serverName

split

TabletSplit split

Class org.apache.accumulo.core.master.thrift.MasterClientService.reportTabletStatus_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

serverName

String serverName

status

TabletLoadState status
See Also:
TabletLoadState

tablet

TKeyExtent tablet

Class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

state

MasterGoalState state
See Also:
MasterGoalState

Class org.apache.accumulo.core.master.thrift.MasterClientService.setMasterGoalState_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

sec

ThriftSecurityException sec

Class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

property

String property

value

String value

Class org.apache.accumulo.core.master.thrift.MasterClientService.setSystemProperty_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

sec

ThriftSecurityException sec

Class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

tableName

String tableName

property

String property

value

String value

Class org.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_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

sec

ThriftSecurityException sec

tope

ThriftTableOperationException tope

Class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

stopTabletServers

boolean stopTabletServers

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.master.thrift.MasterClientService.shutdown_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

sec

ThriftSecurityException sec

Class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

tabletServer

String tabletServer

force

boolean force

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.master.thrift.MasterClientService.shutdownTabletServer_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

sec

ThriftSecurityException sec

Class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

tableName

String tableName

startRow

ByteBuffer startRow

endRow

ByteBuffer endRow

flushID

long flushID

maxLoops

long maxLoops

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.master.thrift.MasterClientService.waitForFlush_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

sec

ThriftSecurityException sec

tope

ThriftTableOperationException tope

Class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

opid

long opid

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.master.thrift.MasterClientService.waitForTableOperation_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

String success

sec

ThriftSecurityException sec

tope

ThriftTableOperationException tope

Class org.apache.accumulo.core.master.thrift.MasterMonitorInfo 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

tableMap

Map<K,V> tableMap

tServerInfo

List<E> tServerInfo

badTServers

Map<K,V> badTServers

state

MasterState state
See Also:
MasterState

goalState

MasterGoalState goalState
See Also:
MasterGoalState

unassignedTablets

int unassignedTablets

serversShuttingDown

Set<E> serversShuttingDown

deadTabletServers

List<E> deadTabletServers

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.master.thrift.RecoveryException 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

why

String why

Class org.apache.accumulo.core.master.thrift.RecoveryStatus 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

name

String name

runtime

int runtime

progress

double progress

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.master.thrift.TableInfo 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

recs

long recs

recsInMemory

long recsInMemory

tablets

int tablets

onlineTablets

int onlineTablets

ingestRate

double ingestRate

ingestByteRate

double ingestByteRate

queryRate

double queryRate

queryByteRate

double queryByteRate

minors

Compacting minors

majors

Compacting majors

scans

Compacting scans

scanRate

double scanRate

__isset_bitfield

short __isset_bitfield

Class org.apache.accumulo.core.master.thrift.TabletServerStatus 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

tableMap

Map<K,V> tableMap

lastContact

long lastContact

name

String name

osLoad

double osLoad

holdTime

long holdTime

lookups

long lookups

indexCacheHits

long indexCacheHits

indexCacheRequest

long indexCacheRequest

dataCacheHits

long dataCacheHits

dataCacheRequest

long dataCacheRequest

logSorts

List<E> logSorts

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.master.thrift.TabletSplit 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

oldTablet

TKeyExtent oldTablet

newTablets

List<E> newTablets

Package org.apache.accumulo.core.security

Class org.apache.accumulo.core.security.AuditLevel extends org.apache.log4j.Level implements Serializable

serialVersionUID: 1L

Class org.apache.accumulo.core.security.Authorizations extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

auths

HashSet<E> auths

authsList

List<E> authsList

immutableList

List<E> immutableList

Class org.apache.accumulo.core.security.VisibilityParseException extends ParseException implements Serializable

serialVersionUID: 1L

Serialized Fields

visibility

String visibility

Package org.apache.accumulo.core.security.thrift

Class org.apache.accumulo.core.security.thrift.AuthInfo extends Object implements Serializable

Serialization Methods

readObject

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

writeObject

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

user

String user
Deprecated. 

password

ByteBuffer password
Deprecated. 

instanceId

String instanceId
Deprecated. 

Class org.apache.accumulo.core.security.thrift.TCredentials 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

principal

String principal

tokenClassName

String tokenClassName

token

ByteBuffer token

instanceId

String instanceId

Class org.apache.accumulo.core.security.thrift.ThriftSecurityException extends org.apache.thrift.TException implements Serializable

Serialization Methods

readObject

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

writeObject

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

user

String user
Deprecated. 

code

SecurityErrorCode code
Deprecated. 
See Also:
SecurityErrorCode

Package org.apache.accumulo.core.tabletserver.thrift

Class org.apache.accumulo.core.tabletserver.thrift.ActionStats 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

status

int status

elapsed

double elapsed

num

int num

count

long count

sumDev

double sumDev

fail

int fail

queueTime

double queueTime

queueSumDev

double queueSumDev

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction 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

extent

TKeyExtent extent

age

long age

inputFiles

List<E> inputFiles

outputFile

String outputFile

type

CompactionType type
See Also:
CompactionType

reason

CompactionReason reason
See Also:
CompactionReason

localityGroup

String localityGroup

entriesRead

long entriesRead

entriesWritten

long entriesWritten

ssiList

List<E> ssiList

ssio

Map<K,V> ssio

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.tabletserver.thrift.ActiveScan 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

client

String client

user

String user

tableId

String tableId

age

long age

idleTime

long idleTime

type

ScanType type
See Also:
ScanType

state

ScanState state
See Also:
ScanState

extent

TKeyExtent extent

columns

List<E> columns

ssiList

List<E> ssiList

ssio

Map<K,V> ssio

authorizations

List<E> authorizations

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.tabletserver.thrift.ConstraintViolationException 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

violationSummaries

List<E> violationSummaries

Class org.apache.accumulo.core.tabletserver.thrift.IteratorConfig 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

iterators

List<E> iterators

Class org.apache.accumulo.core.tabletserver.thrift.NoSuchScanIDException 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

Class org.apache.accumulo.core.tabletserver.thrift.NotServingTabletException 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

extent

TKeyExtent extent

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.applyUpdates_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

tinfo

TInfo tinfo

updateID

long updateID

keyExtent

TKeyExtent keyExtent

mutations

List<E> mutations

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

tid

long tid

files

Map<K,V> files

setTime

boolean setTime

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_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

sec

ThriftSecurityException sec

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.chop_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

lock

String lock

extent

TKeyExtent extent

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_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

tinfo

TInfo tinfo

scanID

long scanID

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeMultiScan_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

nssi

NoSuchScanIDException nssi

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeScan_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

tinfo

TInfo tinfo

scanID

long scanID

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_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

tinfo

TInfo tinfo

updateID

long updateID

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.closeUpdate_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

UpdateErrors success

nssi

NoSuchScanIDException nssi

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.compact_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

lock

String lock

tableId

String tableId

startRow

ByteBuffer startRow

endRow

ByteBuffer endRow

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_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

tinfo

TInfo tinfo

scanID

long scanID

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueMultiScan_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

MultiScanResult success

nssi

NoSuchScanIDException nssi

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_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

tinfo

TInfo tinfo

scanID

long scanID

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.continueScan_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

ScanResult success

nssi

NoSuchScanIDException nssi

nste

NotServingTabletException nste

tmfe

TooManyFilesException tmfe

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.fastHalt_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

lock

String lock

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flush_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

lock

String lock

tableId

String tableId

startRow

ByteBuffer startRow

endRow

ByteBuffer endRow

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.flushTablet_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

lock

String lock

extent

TKeyExtent extent

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveCompactions_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

sec

ThriftSecurityException sec

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getActiveScans_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

sec

ThriftSecurityException sec

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getHistoricalStats_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

TabletStats success

sec

ThriftSecurityException sec

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletServerStatus_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

TabletServerStatus success

sec

ThriftSecurityException sec

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

tableId

String tableId

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.getTabletStats_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

sec

ThriftSecurityException sec

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

lock

String lock

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.halt_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

sec

ThriftSecurityException sec

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.loadTablet_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

lock

String lock

extent

TKeyExtent extent

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.removeLogs_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

filenames

List<E> filenames

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

extent

TKeyExtent extent

splitPoint

ByteBuffer splitPoint

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.splitTablet_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

sec

ThriftSecurityException sec

nste

NotServingTabletException nste

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

batch

Map<K,V> batch

columns

List<E> columns

ssiList

List<E> ssiList

ssio

Map<K,V> ssio

authorizations

List<E> authorizations

waitForWrites

boolean waitForWrites

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startMultiScan_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

InitialMultiScan success

sec

ThriftSecurityException sec

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

extent

TKeyExtent extent

range

TRange range

columns

List<E> columns

batchSize

int batchSize

ssiList

List<E> ssiList

ssio

Map<K,V> ssio

authorizations

List<E> authorizations

waitForWrites

boolean waitForWrites

isolated

boolean isolated

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_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

InitialScan success

sec

ThriftSecurityException sec

nste

NotServingTabletException nste

tmfe

TooManyFilesException tmfe

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startUpdate_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

long success

sec

ThriftSecurityException sec

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.unloadTablet_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

lock

String lock

extent

TKeyExtent extent

save

boolean save

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_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

tinfo

TInfo tinfo

credentials

TCredentials credentials

keyExtent

TKeyExtent keyExtent

mutation

TMutation mutation

Class org.apache.accumulo.core.tabletserver.thrift.TabletClientService.update_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

sec

ThriftSecurityException sec

nste

NotServingTabletException nste

cve

ConstraintViolationException cve

Class org.apache.accumulo.core.tabletserver.thrift.TabletStats 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

extent

TKeyExtent extent

majors

ActionStats majors

minors

ActionStats minors

splits

ActionStats splits

numEntries

long numEntries

ingestRate

double ingestRate

queryRate

double queryRate

splitCreationTime

long splitCreationTime

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting 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

priority

int priority

name

String name

iteratorClass

String iteratorClass

properties

Map<K,V> properties

__isset_bitfield

byte __isset_bitfield

Class org.apache.accumulo.core.tabletserver.thrift.TooManyFilesException 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

extent

TKeyExtent extent

Package org.apache.accumulo.core.util

Class org.apache.accumulo.core.util.BadArgumentException extends PatternSyntaxException implements Serializable

serialVersionUID: 1L

Class org.apache.accumulo.core.util.ByteArrayComparator extends Object implements Serializable

serialVersionUID: 1L

Class org.apache.accumulo.core.util.ByteArraySet extends TreeSet<byte[]> implements Serializable

serialVersionUID: 1L

Class org.apache.accumulo.core.util.LocalityGroupUtil.LocalityGroupConfigurationError extends AccumuloException implements Serializable

Class org.apache.accumulo.core.util.Merge.MergeException extends Exception implements Serializable

serialVersionUID: 1L

Class org.apache.accumulo.core.util.ThriftUtil.TraceProtocolFactory extends org.apache.thrift.protocol.TCompactProtocol.Factory implements Serializable

serialVersionUID: 1L


Package org.apache.accumulo.core.util.shell

Class org.apache.accumulo.core.util.shell.ShellCommandException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

code

ShellCommandException.ErrorCode code

command

String command



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.