A B C D E F G H I K L M N O P Q R S T U V W _

A

accept() - Method in class org.apache.thrift.transport.TServerTransport
 
addCustomHeader(String, String) - Method in class org.apache.thrift.server.TServlet
 
addServerDefinition(String, String, String, Map<String, String>, CallbackHandler) - Method in class org.apache.thrift.transport.TSaslServerTransport
Add a supported server definition to this transport.
addServerDefinition(String, String, String, Map<String, String>, CallbackHandler) - Method in class org.apache.thrift.transport.TSaslServerTransport.Factory
Add a supported server definition to the transports created by this factory.
addStructMetaDataMap(Class<? extends TBase>, Map<? extends TFieldIdEnum, FieldMetaData>) - Static method in class org.apache.thrift.meta_data.FieldMetaData
 
ALREADY_OPEN - Static variable in exception org.apache.thrift.transport.TTransportException
 
array() - Method in class org.apache.thrift.transport.AutoExpandingBuffer
 
AsyncMethodCallback<T> - Interface in org.apache.thrift.async
 
AutoExpandingBuffer - Class in org.apache.thrift.transport
Helper class that wraps a byte[] so that it can expand and be reused.
AutoExpandingBuffer(int, double) - Constructor for class org.apache.thrift.transport.AutoExpandingBuffer
 
AutoExpandingBufferReadTransport - Class in org.apache.thrift.transport
TTransport for reading from an AutoExpandingBuffer.
AutoExpandingBufferReadTransport(int, double) - Constructor for class org.apache.thrift.transport.AutoExpandingBufferReadTransport
 
AutoExpandingBufferWriteTransport - Class in org.apache.thrift.transport
TTransport for writing to an AutoExpandingBuffer.
AutoExpandingBufferWriteTransport(int, double) - Constructor for class org.apache.thrift.transport.AutoExpandingBufferWriteTransport
 

B

BAD_SEQUENCE_ID - Static variable in exception org.apache.thrift.TApplicationException
 
BAD_VERSION - Static variable in exception org.apache.thrift.protocol.TProtocolException
 
BOOL - Static variable in class org.apache.thrift.protocol.TType
 
BYTE - Static variable in class org.apache.thrift.protocol.TType
 
byteBufferToByteArray(ByteBuffer) - Static method in class org.apache.thrift.TBaseHelper
 
byteBufferToByteArray(ByteBuffer, byte[], int) - Static method in class org.apache.thrift.TBaseHelper
 

C

call(TAsyncMethodCall) - Method in class org.apache.thrift.async.TAsyncClientManager
 
CALL - Static variable in class org.apache.thrift.protocol.TMessageType
 
clear() - Method in class org.apache.thrift.ShortStack
 
clear() - Method in interface org.apache.thrift.TBase
Return to the state of having just been initialized, as though you had just called the default constructor.
clear() - Method in class org.apache.thrift.TUnion
 
close() - Method in class org.apache.thrift.transport.AutoExpandingBufferReadTransport
 
close() - Method in class org.apache.thrift.transport.AutoExpandingBufferWriteTransport
 
close() - Method in class org.apache.thrift.transport.TFastFramedTransport
 
close() - Method in class org.apache.thrift.transport.TFramedTransport
 
close() - Method in class org.apache.thrift.transport.THttpClient
 
close() - Method in class org.apache.thrift.transport.TIOStreamTransport
Closes both the input and output streams.
close() - Method in class org.apache.thrift.transport.TMemoryBuffer
 
close() - Method in class org.apache.thrift.transport.TMemoryInputTransport
 
close() - Method in class org.apache.thrift.transport.TNonblockingServerSocket
 
close() - Method in class org.apache.thrift.transport.TNonblockingSocket
Closes the socket.
close() - Method in class org.apache.thrift.transport.TServerSocket
 
close() - Method in class org.apache.thrift.transport.TServerTransport
 
close() - Method in class org.apache.thrift.transport.TSocket
Closes the socket.
close() - Method in class org.apache.thrift.transport.TTransport
Closes the transport.
COLON - Static variable in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
COMMA - Static variable in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
compareTo(Object, Object) - Static method in class org.apache.thrift.TBaseHelper
 
compareTo(boolean, boolean) - Static method in class org.apache.thrift.TBaseHelper
 
compareTo(byte, byte) - Static method in class org.apache.thrift.TBaseHelper
 
compareTo(short, short) - Static method in class org.apache.thrift.TBaseHelper
 
compareTo(int, int) - Static method in class org.apache.thrift.TBaseHelper
 
compareTo(long, long) - Static method in class org.apache.thrift.TBaseHelper
 
compareTo(double, double) - Static method in class org.apache.thrift.TBaseHelper
 
compareTo(String, String) - Static method in class org.apache.thrift.TBaseHelper
 
compareTo(byte[], byte[]) - Static method in class org.apache.thrift.TBaseHelper
 
compareTo(Comparable, Comparable) - Static method in class org.apache.thrift.TBaseHelper
 
compareTo(List, List) - Static method in class org.apache.thrift.TBaseHelper
 
compareTo(Set, Set) - Static method in class org.apache.thrift.TBaseHelper
 
compareTo(Map, Map) - Static method in class org.apache.thrift.TBaseHelper
 
consumeBuffer(int) - Method in class org.apache.thrift.transport.AutoExpandingBufferReadTransport
 
consumeBuffer(int) - Method in class org.apache.thrift.transport.TFastFramedTransport
 
consumeBuffer(int) - Method in class org.apache.thrift.transport.TFramedTransport
 
consumeBuffer(int) - Method in class org.apache.thrift.transport.TMemoryInputTransport
 
consumeBuffer(int) - Method in class org.apache.thrift.transport.TTransport
Consume len bytes from the underlying buffer.
copyBinary(ByteBuffer) - Static method in class org.apache.thrift.TBaseHelper
 
copyBinary(byte[]) - Static method in class org.apache.thrift.TBaseHelper
 

D

decodeBigEndian(byte[]) - Static method in class org.apache.thrift.EncodingUtils
Decode a series of 4 bytes from buf, starting at position 0, and interpret them as an integer.
decodeBigEndian(byte[], int) - Static method in class org.apache.thrift.EncodingUtils
Decode a series of 4 bytes from buf, start at offset, and interpret them as an integer.
decodeFrameSize(byte[]) - Static method in class org.apache.thrift.transport.TFramedTransport
 
deepCopy() - Method in interface org.apache.thrift.TBase
 
DEFAULT - Static variable in class org.apache.thrift.TFieldRequirementType
 
DEFAULT_BUF_CAPACITY - Static variable in class org.apache.thrift.transport.TFastFramedTransport
How big should the default read and write buffers be?
DEFAULT_MAX_LENGTH - Static variable in class org.apache.thrift.transport.TFastFramedTransport
How big is the largest allowable frame? Defaults to Integer.MAX_VALUE.
deserialize(TBase, byte[]) - Method in class org.apache.thrift.TDeserializer
Deserialize the Thrift object from a byte array.
deserialize(TBase, String, String) - Method in class org.apache.thrift.TDeserializer
Deserialize the Thrift object from a Java string, using a specified character set for decoding.
DOUBLE - Static variable in class org.apache.thrift.protocol.TType
 

E

elemMetaData - Variable in class org.apache.thrift.meta_data.ListMetaData
 
elemMetaData - Variable in class org.apache.thrift.meta_data.SetMetaData
 
elemType - Variable in class org.apache.thrift.protocol.TList
 
elemType - Variable in class org.apache.thrift.protocol.TSet
 
encodeBigEndian(int, byte[]) - Static method in class org.apache.thrift.EncodingUtils
Encode integer as a series of 4 bytes into buf starting at position 0 within that buffer.
encodeBigEndian(int, byte[], int) - Static method in class org.apache.thrift.EncodingUtils
Encode integer as a series of 4 bytes into buf starting at position offset.
encodeFrameSize(int, byte[]) - Static method in class org.apache.thrift.transport.TFramedTransport
 
EncodingUtils - Class in org.apache.thrift
Utility methods for use when encoding/decoding raw data as byte arrays.
EncodingUtils() - Constructor for class org.apache.thrift.EncodingUtils
 
END_OF_FILE - Static variable in exception org.apache.thrift.transport.TTransportException
 
ENUM - Static variable in class org.apache.thrift.protocol.TType
 
enumClass - Variable in class org.apache.thrift.meta_data.EnumMetaData
 
EnumMetaData - Class in org.apache.thrift.meta_data
 
EnumMetaData(byte, Class<? extends TEnum>) - Constructor for class org.apache.thrift.meta_data.EnumMetaData
 
equals(TField) - Method in class org.apache.thrift.protocol.TField
 
equals(Object) - Method in class org.apache.thrift.protocol.TMessage
 
equals(TMessage) - Method in class org.apache.thrift.protocol.TMessage
 
EXCEPTION - Static variable in class org.apache.thrift.protocol.TMessageType
 

F

fieldForId(int) - Method in interface org.apache.thrift.TBase
Get the F instance that corresponds to fieldId.
FieldMetaData - Class in org.apache.thrift.meta_data
This class is used to store meta data about thrift fields.
FieldMetaData(String, byte, FieldValueMetaData) - Constructor for class org.apache.thrift.meta_data.FieldMetaData
 
fieldName - Variable in class org.apache.thrift.meta_data.FieldMetaData
 
FieldValueMetaData - Class in org.apache.thrift.meta_data
FieldValueMetaData and collection of subclasses to store metadata about the value(s) of a field
FieldValueMetaData(byte) - Constructor for class org.apache.thrift.meta_data.FieldValueMetaData
 
FieldValueMetaData(byte, String) - Constructor for class org.apache.thrift.meta_data.FieldValueMetaData
 
fill(TTransport, int) - Method in class org.apache.thrift.transport.AutoExpandingBufferReadTransport
 
finishConnect() - Method in class org.apache.thrift.transport.TNonblockingSocket
Non-blocking connection completion.
finishConnect() - Method in class org.apache.thrift.transport.TNonblockingTransport
Non-blocking connection completion.
flush() - Method in class org.apache.thrift.transport.TFastFramedTransport
 
flush() - Method in class org.apache.thrift.transport.TFramedTransport
 
flush() - Method in class org.apache.thrift.transport.THttpClient
 
flush() - Method in class org.apache.thrift.transport.TIOStreamTransport
Flushes the underlying output stream if not null.
flush() - Method in class org.apache.thrift.transport.TNonblockingSocket
Noop.
flush() - Method in class org.apache.thrift.transport.TTransport
Flush any pending data out of a transport buffer.
fromString(TBase, String) - Method in class org.apache.thrift.TDeserializer
Deserialize the Thrift object from a Java string, using the default JVM charset encoding.

G

get() - Method in class org.apache.thrift.TByteArrayOutputStream
 
getArray() - Method in class org.apache.thrift.transport.TMemoryBuffer
 
getAsyncClient(TNonblockingTransport) - Method in interface org.apache.thrift.async.TAsyncClientFactory
 
getBuf() - Method in class org.apache.thrift.transport.AutoExpandingBufferWriteTransport
 
getBuffer() - Method in class org.apache.thrift.transport.AutoExpandingBufferReadTransport
 
getBuffer() - Method in class org.apache.thrift.transport.TFastFramedTransport
 
getBuffer() - Method in class org.apache.thrift.transport.TFramedTransport
 
getBuffer() - Method in class org.apache.thrift.transport.TMemoryInputTransport
 
getBuffer() - Method in class org.apache.thrift.transport.TTransport
Access the protocol's underlying buffer directly.
getBufferPosition() - Method in class org.apache.thrift.transport.AutoExpandingBufferReadTransport
 
getBufferPosition() - Method in class org.apache.thrift.transport.TFastFramedTransport
 
getBufferPosition() - Method in class org.apache.thrift.transport.TFramedTransport
 
getBufferPosition() - Method in class org.apache.thrift.transport.TMemoryInputTransport
 
getBufferPosition() - Method in class org.apache.thrift.transport.TTransport
Return the index within the underlying buffer that specifies the next spot that should be read from.
getBytesRemainingInBuffer() - Method in class org.apache.thrift.transport.AutoExpandingBufferReadTransport
 
getBytesRemainingInBuffer() - Method in class org.apache.thrift.transport.TFastFramedTransport
 
getBytesRemainingInBuffer() - Method in class org.apache.thrift.transport.TFramedTransport
 
getBytesRemainingInBuffer() - Method in class org.apache.thrift.transport.TMemoryInputTransport
 
getBytesRemainingInBuffer() - Method in class org.apache.thrift.transport.TTransport
Get the number of bytes remaining in the underlying buffer.
getClient() - Method in class org.apache.thrift.async.TAsyncMethodCall
 
getClient(TProtocol) - Method in interface org.apache.thrift.TServiceClientFactory
Get a brand-new T using prot as both the input and output protocol.
getClient(TProtocol, TProtocol) - Method in interface org.apache.thrift.TServiceClientFactory
Get a brand new T using the specified input and output protocols.
getError() - Method in class org.apache.thrift.async.TAsyncClient
Get the client's error - returns null if no error
getFieldName() - Method in interface org.apache.thrift.TFieldIdEnum
Get the field's name, exactly as in the IDL.
getFieldValue(F) - Method in interface org.apache.thrift.TBase
Get a field's value by field variable.
getFieldValue() - Method in class org.apache.thrift.TUnion
 
getFieldValue(F) - Method in class org.apache.thrift.TUnion
 
getFieldValue(int) - Method in class org.apache.thrift.TUnion
 
getInputProtocol() - Method in interface org.apache.thrift.TServiceClient
Get the TProtocol being used as the input (read) protocol.
getOutputProtocol() - Method in interface org.apache.thrift.TServiceClient
Get the TProtocol being used as the output (write) protocol.
getPos() - Method in class org.apache.thrift.transport.AutoExpandingBufferWriteTransport
 
getProcessor(TTransport) - Method in class org.apache.thrift.TProcessorFactory
 
getProtocol(TTransport) - Method in class org.apache.thrift.protocol.TBinaryProtocol.Factory
 
getProtocol(TTransport) - Method in class org.apache.thrift.protocol.TCompactProtocol.Factory
 
getProtocol(TTransport) - Method in class org.apache.thrift.protocol.TJSONProtocol.Factory
 
getProtocol(TTransport) - Method in interface org.apache.thrift.protocol.TProtocolFactory
 
getProtocol(TTransport) - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol.Factory
 
getProtocolFactory() - Method in class org.apache.thrift.async.TAsyncClient
 
getSetField() - Method in class org.apache.thrift.TUnion
 
getSocket() - Method in class org.apache.thrift.transport.TSocket
Returns a reference to the underlying socket.
getSocketChannel() - Method in class org.apache.thrift.transport.TNonblockingSocket
Returns a reference to the underlying SocketChannel.
getStructMetaDataMap(Class<? extends TBase>) - Static method in class org.apache.thrift.meta_data.FieldMetaData
Returns a map with metadata (i.e.
getThriftFieldId() - Method in interface org.apache.thrift.TFieldIdEnum
Get the Thrift field id for the named field.
getTimeout() - Method in class org.apache.thrift.async.TAsyncClient
 
getTransport() - Method in class org.apache.thrift.protocol.TProtocol
Transport accessor
getTransport(TTransport) - Method in class org.apache.thrift.transport.TFastFramedTransport.Factory
 
getTransport(TTransport) - Method in class org.apache.thrift.transport.TFramedTransport.Factory
 
getTransport(TTransport) - Method in class org.apache.thrift.transport.TSaslServerTransport.Factory
Get a new TSaslServerTransport instance, or reuse the existing one if a TSaslServerTransport has already been created before using the given TTransport as an underlying transport.
getTransport(TTransport) - Method in class org.apache.thrift.transport.TTransportFactory
Return a wrapped instance of the base Transport.
getType() - Method in exception org.apache.thrift.protocol.TProtocolException
 
getType() - Method in exception org.apache.thrift.TApplicationException
 
getType() - Method in exception org.apache.thrift.transport.TTransportException
 
getTypedefName() - Method in class org.apache.thrift.meta_data.FieldValueMetaData
 
getValue() - Method in interface org.apache.thrift.TEnum
 

H

hasError() - Method in class org.apache.thrift.async.TAsyncClient
Is the client in an error state?
hasTimeout() - Method in class org.apache.thrift.async.TAsyncClient
 

I

I16 - Static variable in class org.apache.thrift.protocol.TType
 
I32 - Static variable in class org.apache.thrift.protocol.TType
 
I64 - Static variable in class org.apache.thrift.protocol.TType
 
id - Variable in class org.apache.thrift.protocol.TField
 
inspect() - Method in class org.apache.thrift.transport.TMemoryBuffer
 
INTERNAL_ERROR - Static variable in exception org.apache.thrift.TApplicationException
 
interrupt() - Method in class org.apache.thrift.transport.TNonblockingServerSocket
 
interrupt() - Method in class org.apache.thrift.transport.TServerSocket
 
interrupt() - Method in class org.apache.thrift.transport.TServerTransport
Optional method implementation.
INVALID_DATA - Static variable in exception org.apache.thrift.protocol.TProtocolException
 
INVALID_MESSAGE_TYPE - Static variable in exception org.apache.thrift.TApplicationException
 
isContainer() - Method in class org.apache.thrift.meta_data.FieldValueMetaData
 
isOpen() - Method in class org.apache.thrift.transport.AutoExpandingBufferReadTransport
 
isOpen() - Method in class org.apache.thrift.transport.AutoExpandingBufferWriteTransport
 
isOpen() - Method in class org.apache.thrift.transport.TFastFramedTransport
 
isOpen() - Method in class org.apache.thrift.transport.TFramedTransport
 
isOpen() - Method in class org.apache.thrift.transport.THttpClient
 
isOpen() - Method in class org.apache.thrift.transport.TIOStreamTransport
The streams must already be open at construction time, so this should always return true.
isOpen() - Method in class org.apache.thrift.transport.TMemoryBuffer
 
isOpen() - Method in class org.apache.thrift.transport.TMemoryInputTransport
 
isOpen() - Method in class org.apache.thrift.transport.TNonblockingSocket
Checks whether the socket is connected.
isOpen() - Method in class org.apache.thrift.transport.TSocket
Checks whether the socket is connected.
isOpen() - Method in class org.apache.thrift.transport.TTransport
Queries whether the transport is open.
isSet(F) - Method in interface org.apache.thrift.TBase
Check if a field is currently set or unset.
isSet() - Method in class org.apache.thrift.TUnion
 
isSet(F) - Method in class org.apache.thrift.TUnion
 
isSet(int) - Method in class org.apache.thrift.TUnion
 
isStopped() - Method in class org.apache.thrift.server.TNonblockingServer
 
isStruct() - Method in class org.apache.thrift.meta_data.FieldValueMetaData
 
isTypedef() - Method in class org.apache.thrift.meta_data.FieldValueMetaData
 

K

keyMetaData - Variable in class org.apache.thrift.meta_data.MapMetaData
 
keyType - Variable in class org.apache.thrift.protocol.TMap
 

L

LBRACE - Static variable in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
LBRACKET - Static variable in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
len() - Method in class org.apache.thrift.TByteArrayOutputStream
 
length() - Method in class org.apache.thrift.transport.TMemoryBuffer
 
LIST - Static variable in class org.apache.thrift.protocol.TType
 
listen() - Method in class org.apache.thrift.transport.TNonblockingServerSocket
 
listen() - Method in class org.apache.thrift.transport.TServerSocket
 
listen() - Method in class org.apache.thrift.transport.TServerTransport
 
ListMetaData - Class in org.apache.thrift.meta_data
 
ListMetaData(byte, FieldValueMetaData) - Constructor for class org.apache.thrift.meta_data.ListMetaData
 

M

MAP - Static variable in class org.apache.thrift.protocol.TType
 
MapMetaData - Class in org.apache.thrift.meta_data
 
MapMetaData(byte, FieldValueMetaData, FieldValueMetaData) - Constructor for class org.apache.thrift.meta_data.MapMetaData
 
maxReadBufferBytes - Variable in class org.apache.thrift.server.TNonblockingServer.Options
 
maxWorkerThreads - Variable in class org.apache.thrift.server.TThreadPoolServer.Options
 
minWorkerThreads - Variable in class org.apache.thrift.server.TThreadPoolServer.Options
 
MISSING_RESULT - Static variable in exception org.apache.thrift.TApplicationException
 

N

name - Variable in class org.apache.thrift.protocol.TField
 
name - Variable in class org.apache.thrift.protocol.TMessage
 
name - Variable in class org.apache.thrift.protocol.TStruct
 
NEGATIVE_SIZE - Static variable in exception org.apache.thrift.protocol.TProtocolException
 
NOT_IMPLEMENTED - Static variable in exception org.apache.thrift.protocol.TProtocolException
 
NOT_OPEN - Static variable in exception org.apache.thrift.transport.TTransportException
 

O

onComplete(T) - Method in interface org.apache.thrift.async.AsyncMethodCallback
This method will be called when the remote side has completed invoking your method call and the result is fully read.
onError(Throwable) - Method in interface org.apache.thrift.async.AsyncMethodCallback
This method will be called when there is an unexpected clientside exception.
ONEWAY - Static variable in class org.apache.thrift.protocol.TMessageType
 
open() - Method in class org.apache.thrift.transport.AutoExpandingBufferReadTransport
 
open() - Method in class org.apache.thrift.transport.AutoExpandingBufferWriteTransport
 
open() - Method in class org.apache.thrift.transport.TFastFramedTransport
 
open() - Method in class org.apache.thrift.transport.TFramedTransport
 
open() - Method in class org.apache.thrift.transport.THttpClient
 
open() - Method in class org.apache.thrift.transport.TIOStreamTransport
The streams must already be open.
open() - Method in class org.apache.thrift.transport.TMemoryBuffer
 
open() - Method in class org.apache.thrift.transport.TMemoryInputTransport
 
open() - Method in class org.apache.thrift.transport.TNonblockingSocket
Do not call, the implementation provides its own lazy non-blocking connect.
open() - Method in class org.apache.thrift.transport.TSocket
Connects the socket, creating a new socket object if necessary.
open() - Method in class org.apache.thrift.transport.TTransport
Opens the transport for reading/writing.
OPTIONAL - Static variable in class org.apache.thrift.TFieldRequirementType
 
org.apache.thrift - package org.apache.thrift
 
org.apache.thrift.async - package org.apache.thrift.async
 
org.apache.thrift.meta_data - package org.apache.thrift.meta_data
 
org.apache.thrift.protocol - package org.apache.thrift.protocol
 
org.apache.thrift.server - package org.apache.thrift.server
 
org.apache.thrift.transport - package org.apache.thrift.transport
 

P

paddedByteString(byte) - Static method in class org.apache.thrift.TBaseHelper
 
partialDeserialize(TBase, byte[], TFieldIdEnum, TFieldIdEnum...) - Method in class org.apache.thrift.TDeserializer
Deserialize only a single Thrift object (addressed by recursively using field id) from a byte record.
partialDeserializeBool(byte[], TFieldIdEnum, TFieldIdEnum...) - Method in class org.apache.thrift.TDeserializer
Deserialize only a boolean field (addressed by recursively using field id) from a byte record.
partialDeserializeByte(byte[], TFieldIdEnum, TFieldIdEnum...) - Method in class org.apache.thrift.TDeserializer
Deserialize only a byte field (addressed by recursively using field id) from a byte record.
partialDeserializeByteArray(byte[], TFieldIdEnum, TFieldIdEnum...) - Method in class org.apache.thrift.TDeserializer
Deserialize only a binary field (addressed by recursively using field id) from a byte record.
partialDeserializeDouble(byte[], TFieldIdEnum, TFieldIdEnum...) - Method in class org.apache.thrift.TDeserializer
Deserialize only a double field (addressed by recursively using field id) from a byte record.
partialDeserializeI16(byte[], TFieldIdEnum, TFieldIdEnum...) - Method in class org.apache.thrift.TDeserializer
Deserialize only an i16 field (addressed by recursively using field id) from a byte record.
partialDeserializeI32(byte[], TFieldIdEnum, TFieldIdEnum...) - Method in class org.apache.thrift.TDeserializer
Deserialize only an i32 field (addressed by recursively using field id) from a byte record.
partialDeserializeI64(byte[], TFieldIdEnum, TFieldIdEnum...) - Method in class org.apache.thrift.TDeserializer
Deserialize only an i64 field (addressed by recursively using field id) from a byte record.
partialDeserializeSetFieldIdInUnion(byte[], TFieldIdEnum, TFieldIdEnum...) - Method in class org.apache.thrift.TDeserializer
Deserialize only the id of the field set in a TUnion (addressed by recursively using field id) from a byte record.
partialDeserializeString(byte[], TFieldIdEnum, TFieldIdEnum...) - Method in class org.apache.thrift.TDeserializer
Deserialize only a string field (addressed by recursively using field id) from a byte record.
peek() - Method in class org.apache.thrift.ShortStack
 
peek() - Method in class org.apache.thrift.transport.TTransport
Is there more data to be read?
pop() - Method in class org.apache.thrift.ShortStack
 
process(TProtocol, TProtocol) - Method in interface org.apache.thrift.TProcessor
 
PROTOCOL_ERROR - Static variable in exception org.apache.thrift.TApplicationException
 
push(short) - Method in class org.apache.thrift.ShortStack
 

Q

QUOTE - Static variable in class org.apache.thrift.protocol.TSimpleJSONProtocol
 

R

RBRACE - Static variable in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
RBRACKET - Static variable in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
read(TProtocol) - Static method in exception org.apache.thrift.TApplicationException
 
read(TProtocol) - Method in interface org.apache.thrift.TBase
Reads the TObject from the given input protocol.
read(byte[], int, int) - Method in class org.apache.thrift.transport.AutoExpandingBufferReadTransport
 
read(byte[], int, int) - Method in class org.apache.thrift.transport.AutoExpandingBufferWriteTransport
 
read(byte[], int, int) - Method in class org.apache.thrift.transport.TFastFramedTransport
 
read(byte[], int, int) - Method in class org.apache.thrift.transport.TFramedTransport
 
read(byte[], int, int) - Method in class org.apache.thrift.transport.THttpClient
 
read(byte[], int, int) - Method in class org.apache.thrift.transport.TIOStreamTransport
Reads from the underlying input stream if not null.
read(byte[], int, int) - Method in class org.apache.thrift.transport.TMemoryBuffer
 
read(byte[], int, int) - Method in class org.apache.thrift.transport.TMemoryInputTransport
 
read(ByteBuffer) - Method in class org.apache.thrift.transport.TNonblockingSocket
Perform a nonblocking read into buffer.
read(byte[], int, int) - Method in class org.apache.thrift.transport.TNonblockingSocket
Reads from the underlying input stream if not null.
read(ByteBuffer) - Method in class org.apache.thrift.transport.TNonblockingTransport
 
read(byte[], int, int) - Method in class org.apache.thrift.transport.TTransport
Reads up to len bytes into buffer buf, starting att offset off.
read(TProtocol) - Method in class org.apache.thrift.TUnion
 
readAll(byte[], int, int) - Method in class org.apache.thrift.transport.TTransport
Guarantees that all of len bytes are actually read off the transport.
readBinary() - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
readBinary() - Method in class org.apache.thrift.protocol.TCompactProtocol
Read a byte[] from the wire.
readBinary() - Method in class org.apache.thrift.protocol.TJSONProtocol
 
readBinary() - Method in class org.apache.thrift.protocol.TProtocol
 
readBinary() - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
readBool() - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
readBool() - Method in class org.apache.thrift.protocol.TCompactProtocol
Read a boolean off the wire.
readBool() - Method in class org.apache.thrift.protocol.TJSONProtocol
 
readBool() - Method in class org.apache.thrift.protocol.TProtocol
 
readBool() - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
readByte() - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
readByte() - Method in class org.apache.thrift.protocol.TCompactProtocol
Read a single byte off the wire.
readByte() - Method in class org.apache.thrift.protocol.TJSONProtocol
 
readByte() - Method in class org.apache.thrift.protocol.TProtocol
 
readByte() - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
readDouble() - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
readDouble() - Method in class org.apache.thrift.protocol.TCompactProtocol
No magic here - just read a double off the wire.
readDouble() - Method in class org.apache.thrift.protocol.TJSONProtocol
 
readDouble() - Method in class org.apache.thrift.protocol.TProtocol
 
readDouble() - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
readFieldBegin() - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
readFieldBegin() - Method in class org.apache.thrift.protocol.TCompactProtocol
Read a field header off the wire.
readFieldBegin() - Method in class org.apache.thrift.protocol.TJSONProtocol
 
readFieldBegin() - Method in class org.apache.thrift.protocol.TProtocol
 
readFieldBegin() - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
readFieldEnd() - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
readFieldEnd() - Method in class org.apache.thrift.protocol.TCompactProtocol
 
readFieldEnd() - Method in class org.apache.thrift.protocol.TJSONProtocol
 
readFieldEnd() - Method in class org.apache.thrift.protocol.TProtocol
 
readFieldEnd() - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
readI16() - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
readI16() - Method in class org.apache.thrift.protocol.TCompactProtocol
Read an i16 from the wire as a zigzag varint.
readI16() - Method in class org.apache.thrift.protocol.TJSONProtocol
 
readI16() - Method in class org.apache.thrift.protocol.TProtocol
 
readI16() - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
readI32() - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
readI32() - Method in class org.apache.thrift.protocol.TCompactProtocol
Read an i32 from the wire as a zigzag varint.
readI32() - Method in class org.apache.thrift.protocol.TJSONProtocol
 
readI32() - Method in class org.apache.thrift.protocol.TProtocol
 
readI32() - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
readI64() - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
readI64() - Method in class org.apache.thrift.protocol.TCompactProtocol
Read an i64 from the wire as a zigzag varint.
readI64() - Method in class org.apache.thrift.protocol.TJSONProtocol
 
readI64() - Method in class org.apache.thrift.protocol.TProtocol
 
readI64() - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
readListBegin() - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
readListBegin() - Method in class org.apache.thrift.protocol.TCompactProtocol
Read a list header off the wire.
readListBegin() - Method in class org.apache.thrift.protocol.TJSONProtocol
 
readListBegin() - Method in class org.apache.thrift.protocol.TProtocol
 
readListBegin() - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
readListEnd() - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
readListEnd() - Method in class org.apache.thrift.protocol.TCompactProtocol
 
readListEnd() - Method in class org.apache.thrift.protocol.TJSONProtocol
 
readListEnd() - Method in class org.apache.thrift.protocol.TProtocol
 
readListEnd() - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
readMapBegin() - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
readMapBegin() - Method in class org.apache.thrift.protocol.TCompactProtocol
Read a map header off the wire.
readMapBegin() - Method in class org.apache.thrift.protocol.TJSONProtocol
 
readMapBegin() - Method in class org.apache.thrift.protocol.TProtocol
 
readMapBegin() - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
readMapEnd() - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
readMapEnd() - Method in class org.apache.thrift.protocol.TCompactProtocol
 
readMapEnd() - Method in class org.apache.thrift.protocol.TJSONProtocol
 
readMapEnd() - Method in class org.apache.thrift.protocol.TProtocol
 
readMapEnd() - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
readMessageBegin() - Method in class org.apache.thrift.protocol.TBinaryProtocol
Reading methods.
readMessageBegin() - Method in class org.apache.thrift.protocol.TCompactProtocol
Read a message header.
readMessageBegin() - Method in class org.apache.thrift.protocol.TJSONProtocol
 
readMessageBegin() - Method in class org.apache.thrift.protocol.TProtocol
Reading methods.
readMessageBegin() - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
Reading methods.
readMessageEnd() - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
readMessageEnd() - Method in class org.apache.thrift.protocol.TCompactProtocol
 
readMessageEnd() - Method in class org.apache.thrift.protocol.TJSONProtocol
 
readMessageEnd() - Method in class org.apache.thrift.protocol.TProtocol
 
readMessageEnd() - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
readSetBegin() - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
readSetBegin() - Method in class org.apache.thrift.protocol.TCompactProtocol
Read a set header off the wire.
readSetBegin() - Method in class org.apache.thrift.protocol.TJSONProtocol
 
readSetBegin() - Method in class org.apache.thrift.protocol.TProtocol
 
readSetBegin() - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
readSetEnd() - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
readSetEnd() - Method in class org.apache.thrift.protocol.TCompactProtocol
 
readSetEnd() - Method in class org.apache.thrift.protocol.TJSONProtocol
 
readSetEnd() - Method in class org.apache.thrift.protocol.TProtocol
 
readSetEnd() - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
readString() - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
readString() - Method in class org.apache.thrift.protocol.TCompactProtocol
Reads a byte[] (via readBinary), and then UTF-8 decodes it.
readString() - Method in class org.apache.thrift.protocol.TJSONProtocol
 
readString() - Method in class org.apache.thrift.protocol.TProtocol
 
readString() - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
readStringBody(int) - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
readStringBody(int) - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
readStructBegin() - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
readStructBegin() - Method in class org.apache.thrift.protocol.TCompactProtocol
Read a struct begin.
readStructBegin() - Method in class org.apache.thrift.protocol.TJSONProtocol
 
readStructBegin() - Method in class org.apache.thrift.protocol.TProtocol
 
readStructBegin() - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
readStructEnd() - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
readStructEnd() - Method in class org.apache.thrift.protocol.TCompactProtocol
Doesn't actually consume any wire data, just removes the last field for this struct from the field stack.
readStructEnd() - Method in class org.apache.thrift.protocol.TJSONProtocol
 
readStructEnd() - Method in class org.apache.thrift.protocol.TProtocol
 
readStructEnd() - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
registerSelector(Selector) - Method in class org.apache.thrift.transport.TNonblockingServerSocket
 
registerSelector(Selector) - Method in class org.apache.thrift.transport.TNonblockingServerTransport
 
registerSelector(Selector, int) - Method in class org.apache.thrift.transport.TNonblockingSocket
Register the new SocketChannel with our Selector, indicating we'd like to be notified when it's ready for I/O.
registerSelector(Selector, int) - Method in class org.apache.thrift.transport.TNonblockingTransport
 
REPLY - Static variable in class org.apache.thrift.protocol.TMessageType
 
REQUIRED - Static variable in class org.apache.thrift.TFieldRequirementType
 
requirementType - Variable in class org.apache.thrift.meta_data.FieldMetaData
 
reset() - Method in class org.apache.thrift.protocol.TCompactProtocol
 
reset() - Method in class org.apache.thrift.protocol.TJSONProtocol
 
reset() - Method in class org.apache.thrift.protocol.TProtocol
Reset any internal state back to a blank slate.
reset() - Method in class org.apache.thrift.transport.AutoExpandingBufferWriteTransport
 
reset(byte[]) - Method in class org.apache.thrift.transport.TMemoryInputTransport
 
reset(byte[], int, int) - Method in class org.apache.thrift.transport.TMemoryInputTransport
 
resizeIfNecessary(int) - Method in class org.apache.thrift.transport.AutoExpandingBuffer
 
rightSize(ByteBuffer) - Static method in class org.apache.thrift.TBaseHelper
 

S

seqid - Variable in class org.apache.thrift.protocol.TMessage
 
serialize(TBase) - Method in class org.apache.thrift.TSerializer
Serialize the Thrift object into a byte array.
serve() - Method in class org.apache.thrift.server.THsHaServer
 
serve() - Method in class org.apache.thrift.server.TNonblockingServer
Begin accepting connections and processing invocations.
serve() - Method in class org.apache.thrift.server.TServer
The run method fires up the server and gets things going.
serve() - Method in class org.apache.thrift.server.TSimpleServer
 
serve() - Method in class org.apache.thrift.server.TThreadPoolServer
 
SET - Static variable in class org.apache.thrift.protocol.TType
 
setConnectTimeout(int) - Method in class org.apache.thrift.transport.THttpClient
 
setCustomHeader(String, String) - Method in class org.apache.thrift.transport.THttpClient
 
setCustomHeaders(Collection<Map.Entry<String, String>>) - Method in class org.apache.thrift.server.TServlet
 
setCustomHeaders(Map<String, String>) - Method in class org.apache.thrift.transport.THttpClient
 
setFieldValue(F, Object) - Method in interface org.apache.thrift.TBase
Set a field's value by field variable.
setFieldValue(F, Object) - Method in class org.apache.thrift.TUnion
 
setFieldValue(int, Object) - Method in class org.apache.thrift.TUnion
 
setMaxSkipDepth(int) - Static method in class org.apache.thrift.protocol.TProtocolUtil
Specifies the maximum recursive depth that the skip function will traverse before throwing a TException.
SetMetaData - Class in org.apache.thrift.meta_data
 
SetMetaData(byte, FieldValueMetaData) - Constructor for class org.apache.thrift.meta_data.SetMetaData
 
setReadLength(int) - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
setReadTimeout(int) - Method in class org.apache.thrift.transport.THttpClient
 
setTimeout(long) - Method in class org.apache.thrift.async.TAsyncClient
 
setTimeout(int) - Method in class org.apache.thrift.transport.TNonblockingSocket
Sets the socket timeout, although this implementation never uses blocking operations so it is unused.
setTimeout(int) - Method in class org.apache.thrift.transport.TSocket
Sets the socket timeout
ShortStack - Class in org.apache.thrift
ShortStack is a short-specific Stack implementation written for the express purpose of very fast operations on TCompactProtocol's field id stack.
ShortStack(int) - Constructor for class org.apache.thrift.ShortStack
 
size - Variable in class org.apache.thrift.protocol.TList
 
size - Variable in class org.apache.thrift.protocol.TMap
 
size - Variable in class org.apache.thrift.protocol.TSet
 
SIZE_LIMIT - Static variable in exception org.apache.thrift.protocol.TProtocolException
 
skip(TProtocol, byte) - Static method in class org.apache.thrift.protocol.TProtocolUtil
Skips over the next data element from the provided input TProtocol object.
skip(TProtocol, byte, int) - Static method in class org.apache.thrift.protocol.TProtocolUtil
Skips over the next data element from the provided input TProtocol object.
startConnect() - Method in class org.apache.thrift.transport.TNonblockingSocket
Non-blocking connection initialization.
startConnect() - Method in class org.apache.thrift.transport.TNonblockingTransport
Non-blocking connection initialization.
stop() - Method in class org.apache.thrift.async.TAsyncClientManager
 
STOP - Static variable in class org.apache.thrift.protocol.TType
 
stop() - Method in class org.apache.thrift.server.TNonblockingServer
Stop serving and shut everything down.
stop() - Method in class org.apache.thrift.server.TServer
Stop the server.
stop() - Method in class org.apache.thrift.server.TSimpleServer
 
stop() - Method in class org.apache.thrift.server.TThreadPoolServer
 
stopTimeoutUnit - Variable in class org.apache.thrift.server.THsHaServer.Options
 
stopTimeoutUnit - Variable in class org.apache.thrift.server.TThreadPoolServer.Options
 
stopTimeoutVal - Variable in class org.apache.thrift.server.THsHaServer.Options
 
stopTimeoutVal - Variable in class org.apache.thrift.server.TThreadPoolServer.Options
 
STRING - Static variable in class org.apache.thrift.protocol.TType
 
STRUCT - Static variable in class org.apache.thrift.protocol.TType
 
structClass - Variable in class org.apache.thrift.meta_data.StructMetaData
 
StructMetaData - Class in org.apache.thrift.meta_data
 
StructMetaData(byte, Class<? extends TBase>) - Constructor for class org.apache.thrift.meta_data.StructMetaData
 

T

TApplicationException - Exception in org.apache.thrift
Application level exception
TApplicationException() - Constructor for exception org.apache.thrift.TApplicationException
 
TApplicationException(int) - Constructor for exception org.apache.thrift.TApplicationException
 
TApplicationException(int, String) - Constructor for exception org.apache.thrift.TApplicationException
 
TApplicationException(String) - Constructor for exception org.apache.thrift.TApplicationException
 
TAsyncClient - Class in org.apache.thrift.async
 
TAsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport) - Constructor for class org.apache.thrift.async.TAsyncClient
 
TAsyncClient(TProtocolFactory, TAsyncClientManager, TNonblockingTransport, long) - Constructor for class org.apache.thrift.async.TAsyncClient
 
TAsyncClientFactory<T extends TAsyncClient> - Interface in org.apache.thrift.async
 
TAsyncClientManager - Class in org.apache.thrift.async
Contains selector thread which transitions method call objects
TAsyncClientManager() - Constructor for class org.apache.thrift.async.TAsyncClientManager
 
TAsyncMethodCall<T extends TAsyncMethodCall> - Class in org.apache.thrift.async
Encapsulates an async method call Need to generate: - private void write_args(TProtocol protocol) - public T getResult() throws , , ...
TAsyncMethodCall.State - Enum in org.apache.thrift.async
 
TBase<T extends TBase,F extends TFieldIdEnum> - Interface in org.apache.thrift
Generic base interface for generated Thrift objects.
TBaseHelper - Class in org.apache.thrift
 
TBinaryProtocol - Class in org.apache.thrift.protocol
Binary protocol implementation for thrift.
TBinaryProtocol(TTransport) - Constructor for class org.apache.thrift.protocol.TBinaryProtocol
Constructor
TBinaryProtocol(TTransport, boolean, boolean) - Constructor for class org.apache.thrift.protocol.TBinaryProtocol
 
TBinaryProtocol.Factory - Class in org.apache.thrift.protocol
Factory
TBinaryProtocol.Factory() - Constructor for class org.apache.thrift.protocol.TBinaryProtocol.Factory
 
TBinaryProtocol.Factory(boolean, boolean) - Constructor for class org.apache.thrift.protocol.TBinaryProtocol.Factory
 
TBinaryProtocol.Factory(boolean, boolean, int) - Constructor for class org.apache.thrift.protocol.TBinaryProtocol.Factory
 
TByteArrayOutputStream - Class in org.apache.thrift
Class that allows access to the underlying buf without doing deep copies on it.
TByteArrayOutputStream(int) - Constructor for class org.apache.thrift.TByteArrayOutputStream
 
TByteArrayOutputStream() - Constructor for class org.apache.thrift.TByteArrayOutputStream
 
TCompactProtocol - Class in org.apache.thrift.protocol
TCompactProtocol2 is the Java implementation of the compact protocol specified in THRIFT-110.
TCompactProtocol(TTransport) - Constructor for class org.apache.thrift.protocol.TCompactProtocol
Create a TCompactProtocol.
TCompactProtocol.Factory - Class in org.apache.thrift.protocol
TProtocolFactory that produces TCompactProtocols.
TCompactProtocol.Factory() - Constructor for class org.apache.thrift.protocol.TCompactProtocol.Factory
 
TDeserializer - Class in org.apache.thrift
Generic utility for easily deserializing objects from a byte array or Java String.
TDeserializer() - Constructor for class org.apache.thrift.TDeserializer
Create a new TDeserializer that uses the TBinaryProtocol by default.
TDeserializer(TProtocolFactory) - Constructor for class org.apache.thrift.TDeserializer
Create a new TDeserializer.
TEnum - Interface in org.apache.thrift
 
TException - Exception in org.apache.thrift
Generic exception class for Thrift.
TException() - Constructor for exception org.apache.thrift.TException
 
TException(String) - Constructor for exception org.apache.thrift.TException
 
TException(Throwable) - Constructor for exception org.apache.thrift.TException
 
TException(String, Throwable) - Constructor for exception org.apache.thrift.TException
 
TFastFramedTransport - Class in org.apache.thrift.transport
This transport is wire compatible with TFramedTransport, but makes use of reusable, expanding read and write buffers in order to avoid allocating new byte[]s all the time.
TFastFramedTransport(TTransport) - Constructor for class org.apache.thrift.transport.TFastFramedTransport
Create a new TFastFramedTransport.
TFastFramedTransport(TTransport, int) - Constructor for class org.apache.thrift.transport.TFastFramedTransport
Create a new TFastFramedTransport.
TFastFramedTransport(TTransport, int, int) - Constructor for class org.apache.thrift.transport.TFastFramedTransport
 
TFastFramedTransport.Factory - Class in org.apache.thrift.transport
 
TFastFramedTransport.Factory() - Constructor for class org.apache.thrift.transport.TFastFramedTransport.Factory
 
TFastFramedTransport.Factory(int) - Constructor for class org.apache.thrift.transport.TFastFramedTransport.Factory
 
TFastFramedTransport.Factory(int, int) - Constructor for class org.apache.thrift.transport.TFastFramedTransport.Factory
 
TField - Class in org.apache.thrift.protocol
Helper class that encapsulates field metadata.
TField() - Constructor for class org.apache.thrift.protocol.TField
 
TField(String, byte, short) - Constructor for class org.apache.thrift.protocol.TField
 
TFieldIdEnum - Interface in org.apache.thrift
Interface for all generated struct Fields objects.
TFieldRequirementType - Class in org.apache.thrift
Requirement type constants.
TFieldRequirementType() - Constructor for class org.apache.thrift.TFieldRequirementType
 
TFramedTransport - Class in org.apache.thrift.transport
TFramedTransport is a buffered TTransport that ensures a fully read message every time by preceeding messages with a 4-byte frame size.
TFramedTransport(TTransport, int) - Constructor for class org.apache.thrift.transport.TFramedTransport
Constructor wraps around another tranpsort
TFramedTransport(TTransport) - Constructor for class org.apache.thrift.transport.TFramedTransport
 
TFramedTransport.Factory - Class in org.apache.thrift.transport
 
TFramedTransport.Factory() - Constructor for class org.apache.thrift.transport.TFramedTransport.Factory
 
TFramedTransport.Factory(int) - Constructor for class org.apache.thrift.transport.TFramedTransport.Factory
 
THsHaServer - Class in org.apache.thrift.server
An extension of the TNonblockingServer to a Half-Sync/Half-Async server.
THsHaServer(TProcessor, TNonblockingServerTransport) - Constructor for class org.apache.thrift.server.THsHaServer
Create server with given processor, and server transport.
THsHaServer(TProcessor, TNonblockingServerTransport, THsHaServer.Options) - Constructor for class org.apache.thrift.server.THsHaServer
Create server with given processor, server transport, and server options using TBinaryProtocol for the protocol, and TFramedTransport.Factory on both input and output transports.
THsHaServer(TProcessorFactory, TNonblockingServerTransport) - Constructor for class org.apache.thrift.server.THsHaServer
Create server with specified processor factory and server transport.
THsHaServer(TProcessorFactory, TNonblockingServerTransport, THsHaServer.Options) - Constructor for class org.apache.thrift.server.THsHaServer
Create server with specified processor factory, server transport, and server options.
THsHaServer(TProcessor, TNonblockingServerTransport, TProtocolFactory) - Constructor for class org.apache.thrift.server.THsHaServer
Server with specified processor, server transport, and in/out protocol factory.
THsHaServer(TProcessor, TNonblockingServerTransport, TProtocolFactory, THsHaServer.Options) - Constructor for class org.apache.thrift.server.THsHaServer
Server with specified processor, server transport, and in/out protocol factory.
THsHaServer(TProcessor, TNonblockingServerTransport, TFramedTransport.Factory, TProtocolFactory) - Constructor for class org.apache.thrift.server.THsHaServer
Create server with specified processor, server transport, in/out transport factory, in/out protocol factory, and default server options.
THsHaServer(TProcessorFactory, TNonblockingServerTransport, TFramedTransport.Factory, TProtocolFactory) - Constructor for class org.apache.thrift.server.THsHaServer
Create server with specified processor factory, server transport, in/out transport factory, in/out protocol factory, and default server options.
THsHaServer(TProcessorFactory, TNonblockingServerTransport, TFramedTransport.Factory, TProtocolFactory, THsHaServer.Options) - Constructor for class org.apache.thrift.server.THsHaServer
Create server with specified processor factory, server transport, in/out transport factory, in/out protocol factory, and server options.
THsHaServer(TProcessor, TNonblockingServerTransport, TFramedTransport.Factory, TProtocolFactory, TProtocolFactory) - Constructor for class org.apache.thrift.server.THsHaServer
Create server with everything specified, except use default server options.
THsHaServer(TProcessorFactory, TNonblockingServerTransport, TFramedTransport.Factory, TProtocolFactory, TProtocolFactory) - Constructor for class org.apache.thrift.server.THsHaServer
Create server with everything specified, except use default server options.
THsHaServer(TProcessorFactory, TNonblockingServerTransport, TFramedTransport.Factory, TProtocolFactory, TProtocolFactory, THsHaServer.Options) - Constructor for class org.apache.thrift.server.THsHaServer
Create server with every option fully specified, with an internally managed ExecutorService
THsHaServer(TProcessorFactory, TNonblockingServerTransport, TFramedTransport.Factory, TProtocolFactory, TProtocolFactory, ExecutorService, TNonblockingServer.Options) - Constructor for class org.apache.thrift.server.THsHaServer
Create server with every option fully specified, and with an injected ExecutorService
THsHaServer.Options - Class in org.apache.thrift.server
 
THsHaServer.Options() - Constructor for class org.apache.thrift.server.THsHaServer.Options
 
THttpClient - Class in org.apache.thrift.transport
HTTP implementation of the TTransport interface.
THttpClient(String) - Constructor for class org.apache.thrift.transport.THttpClient
 
TIMED_OUT - Static variable in exception org.apache.thrift.transport.TTransportException
 
TIOStreamTransport - Class in org.apache.thrift.transport
This is the most commonly used base transport.
TIOStreamTransport(InputStream) - Constructor for class org.apache.thrift.transport.TIOStreamTransport
Input stream constructor.
TIOStreamTransport(OutputStream) - Constructor for class org.apache.thrift.transport.TIOStreamTransport
Output stream constructor.
TIOStreamTransport(InputStream, OutputStream) - Constructor for class org.apache.thrift.transport.TIOStreamTransport
Two-way stream constructor.
TJSONProtocol - Class in org.apache.thrift.protocol
JSON protocol implementation for thrift.
TJSONProtocol(TTransport) - Constructor for class org.apache.thrift.protocol.TJSONProtocol
Constructor
TJSONProtocol.Factory - Class in org.apache.thrift.protocol
Factory for JSON protocol objects
TJSONProtocol.Factory() - Constructor for class org.apache.thrift.protocol.TJSONProtocol.Factory
 
TList - Class in org.apache.thrift.protocol
Helper class that encapsulates list metadata.
TList() - Constructor for class org.apache.thrift.protocol.TList
 
TList(byte, int) - Constructor for class org.apache.thrift.protocol.TList
 
TMap - Class in org.apache.thrift.protocol
Helper class that encapsulates map metadata.
TMap() - Constructor for class org.apache.thrift.protocol.TMap
 
TMap(byte, byte, int) - Constructor for class org.apache.thrift.protocol.TMap
 
TMemoryBuffer - Class in org.apache.thrift.transport
Memory buffer-based implementation of the TTransport interface.
TMemoryBuffer(int) - Constructor for class org.apache.thrift.transport.TMemoryBuffer
Create a TMemoryBuffer with an initial buffer size of size.
TMemoryInputTransport - Class in org.apache.thrift.transport
 
TMemoryInputTransport() - Constructor for class org.apache.thrift.transport.TMemoryInputTransport
 
TMemoryInputTransport(byte[]) - Constructor for class org.apache.thrift.transport.TMemoryInputTransport
 
TMemoryInputTransport(byte[], int, int) - Constructor for class org.apache.thrift.transport.TMemoryInputTransport
 
TMessage - Class in org.apache.thrift.protocol
Helper class that encapsulates struct metadata.
TMessage() - Constructor for class org.apache.thrift.protocol.TMessage
 
TMessage(String, byte, int) - Constructor for class org.apache.thrift.protocol.TMessage
 
TMessageType - Class in org.apache.thrift.protocol
Message type constants in the Thrift protocol.
TMessageType() - Constructor for class org.apache.thrift.protocol.TMessageType
 
TNonblockingServer - Class in org.apache.thrift.server
A nonblocking TServer implementation.
TNonblockingServer(TProcessor, TNonblockingServerTransport) - Constructor for class org.apache.thrift.server.TNonblockingServer
Create server with given processor and server transport, using TBinaryProtocol for the protocol, TFramedTransport.Factory on both input and output transports.
TNonblockingServer(TProcessorFactory, TNonblockingServerTransport) - Constructor for class org.apache.thrift.server.TNonblockingServer
Create server with specified processor factory and server transport.
TNonblockingServer(TProcessor, TNonblockingServerTransport, TProtocolFactory) - Constructor for class org.apache.thrift.server.TNonblockingServer
 
TNonblockingServer(TProcessor, TNonblockingServerTransport, TFramedTransport.Factory, TProtocolFactory) - Constructor for class org.apache.thrift.server.TNonblockingServer
 
TNonblockingServer(TProcessorFactory, TNonblockingServerTransport, TFramedTransport.Factory, TProtocolFactory) - Constructor for class org.apache.thrift.server.TNonblockingServer
 
TNonblockingServer(TProcessor, TNonblockingServerTransport, TFramedTransport.Factory, TProtocolFactory, TProtocolFactory) - Constructor for class org.apache.thrift.server.TNonblockingServer
 
TNonblockingServer(TProcessorFactory, TNonblockingServerTransport, TFramedTransport.Factory, TProtocolFactory, TProtocolFactory) - Constructor for class org.apache.thrift.server.TNonblockingServer
 
TNonblockingServer(TProcessorFactory, TNonblockingServerTransport, TFramedTransport.Factory, TProtocolFactory, TProtocolFactory, TNonblockingServer.Options) - Constructor for class org.apache.thrift.server.TNonblockingServer
 
TNonblockingServer.Options - Class in org.apache.thrift.server
 
TNonblockingServer.Options() - Constructor for class org.apache.thrift.server.TNonblockingServer.Options
 
TNonblockingServerSocket - Class in org.apache.thrift.transport
Wrapper around ServerSocketChannel
TNonblockingServerSocket(int) - Constructor for class org.apache.thrift.transport.TNonblockingServerSocket
Creates just a port listening server socket
TNonblockingServerSocket(int, int) - Constructor for class org.apache.thrift.transport.TNonblockingServerSocket
Creates just a port listening server socket
TNonblockingServerSocket(InetSocketAddress) - Constructor for class org.apache.thrift.transport.TNonblockingServerSocket
 
TNonblockingServerSocket(InetSocketAddress, int) - Constructor for class org.apache.thrift.transport.TNonblockingServerSocket
 
TNonblockingServerTransport - Class in org.apache.thrift.transport
Server transport that can be operated in a nonblocking fashion.
TNonblockingServerTransport() - Constructor for class org.apache.thrift.transport.TNonblockingServerTransport
 
TNonblockingSocket - Class in org.apache.thrift.transport
Transport for use with async client.
TNonblockingSocket(String, int) - Constructor for class org.apache.thrift.transport.TNonblockingSocket
 
TNonblockingSocket(String, int, int) - Constructor for class org.apache.thrift.transport.TNonblockingSocket
Create a new nonblocking socket transport that will be connected to host:port.
TNonblockingSocket(SocketChannel) - Constructor for class org.apache.thrift.transport.TNonblockingSocket
Constructor that takes an already created socket.
TNonblockingTransport - Class in org.apache.thrift.transport
 
TNonblockingTransport() - Constructor for class org.apache.thrift.transport.TNonblockingTransport
 
toString() - Method in class org.apache.thrift.protocol.TField
 
toString() - Method in class org.apache.thrift.protocol.TMessage
 
toString() - Method in class org.apache.thrift.ShortStack
 
toString(ByteBuffer, StringBuilder) - Static method in class org.apache.thrift.TBaseHelper
 
toString(String) - Method in class org.apache.thrift.transport.TMemoryBuffer
Output the contents of the memory buffer as a String, using the supplied encoding
toString(TBase, String) - Method in class org.apache.thrift.TSerializer
Serialize the Thrift object into a Java string, using a specified character set for encoding.
toString(TBase) - Method in class org.apache.thrift.TSerializer
Serialize the Thrift object into a Java string, using the default JVM charset encoding.
toString() - Method in class org.apache.thrift.TUnion
 
TProcessor - Interface in org.apache.thrift
A processor is a generic object which operates upon an input stream and writes to some output stream.
TProcessorFactory - Class in org.apache.thrift
The default processor factory just returns a singleton instance.
TProcessorFactory(TProcessor) - Constructor for class org.apache.thrift.TProcessorFactory
 
TProtocol - Class in org.apache.thrift.protocol
Protocol interface definition.
TProtocolException - Exception in org.apache.thrift.protocol
Protocol exceptions.
TProtocolException() - Constructor for exception org.apache.thrift.protocol.TProtocolException
 
TProtocolException(int) - Constructor for exception org.apache.thrift.protocol.TProtocolException
 
TProtocolException(int, String) - Constructor for exception org.apache.thrift.protocol.TProtocolException
 
TProtocolException(String) - Constructor for exception org.apache.thrift.protocol.TProtocolException
 
TProtocolException(int, Throwable) - Constructor for exception org.apache.thrift.protocol.TProtocolException
 
TProtocolException(Throwable) - Constructor for exception org.apache.thrift.protocol.TProtocolException
 
TProtocolException(String, Throwable) - Constructor for exception org.apache.thrift.protocol.TProtocolException
 
TProtocolException(int, String, Throwable) - Constructor for exception org.apache.thrift.protocol.TProtocolException
 
TProtocolFactory - Interface in org.apache.thrift.protocol
Factory interface for constructing protocol instances.
TProtocolUtil - Class in org.apache.thrift.protocol
Utility class with static methods for interacting with protocol data streams.
TProtocolUtil() - Constructor for class org.apache.thrift.protocol.TProtocolUtil
 
TSaslClientTransport - Class in org.apache.thrift.transport
Wraps another Thrift TTransport, but performs SASL client negotiation on the call to open().
TSaslClientTransport(SaslClient, TTransport) - Constructor for class org.apache.thrift.transport.TSaslClientTransport
Uses the given SaslClient.
TSaslClientTransport(String, String, String, String, Map<String, String>, CallbackHandler, TTransport) - Constructor for class org.apache.thrift.transport.TSaslClientTransport
Creates a SaslClient using the given SASL-specific parameters.
TSaslServerTransport - Class in org.apache.thrift.transport
Wraps another Thrift TTransport, but performs SASL server negotiation on the call to open().
TSaslServerTransport(TTransport) - Constructor for class org.apache.thrift.transport.TSaslServerTransport
Uses the given underlying transport.
TSaslServerTransport(String, String, String, Map<String, String>, CallbackHandler, TTransport) - Constructor for class org.apache.thrift.transport.TSaslServerTransport
Creates a SaslServer using the given SASL-specific parameters.
TSaslServerTransport.Factory - Class in org.apache.thrift.transport
TTransportFactory to create TSaslServerTransports.
TSaslServerTransport.Factory() - Constructor for class org.apache.thrift.transport.TSaslServerTransport.Factory
Create a new Factory.
TSaslServerTransport.Factory(String, String, String, Map<String, String>, CallbackHandler) - Constructor for class org.apache.thrift.transport.TSaslServerTransport.Factory
Create a new Factory, initially with the single server definition given.
TSerializer - Class in org.apache.thrift
Generic utility for easily serializing objects into a byte array or Java String.
TSerializer() - Constructor for class org.apache.thrift.TSerializer
Create a new TSerializer that uses the TBinaryProtocol by default.
TSerializer(TProtocolFactory) - Constructor for class org.apache.thrift.TSerializer
Create a new TSerializer.
TServer - Class in org.apache.thrift.server
Generic interface for a Thrift server.
TServerSocket - Class in org.apache.thrift.transport
Wrapper around ServerSocket for Thrift.
TServerSocket(ServerSocket) - Constructor for class org.apache.thrift.transport.TServerSocket
Creates a server socket from underlying socket object
TServerSocket(ServerSocket, int) - Constructor for class org.apache.thrift.transport.TServerSocket
Creates a server socket from underlying socket object
TServerSocket(int) - Constructor for class org.apache.thrift.transport.TServerSocket
Creates just a port listening server socket
TServerSocket(int, int) - Constructor for class org.apache.thrift.transport.TServerSocket
Creates just a port listening server socket
TServerSocket(InetSocketAddress) - Constructor for class org.apache.thrift.transport.TServerSocket
 
TServerSocket(InetSocketAddress, int) - Constructor for class org.apache.thrift.transport.TServerSocket
 
TServerTransport - Class in org.apache.thrift.transport
Server transport.
TServerTransport() - Constructor for class org.apache.thrift.transport.TServerTransport
 
TServiceClient - Interface in org.apache.thrift
A TServiceClient is used to communicate with a TService implementation across protocols and transports.
TServiceClientFactory<T extends TServiceClient> - Interface in org.apache.thrift
A TServiceClientFactory provides a general way to get a TServiceClient connected to a remote TService via a protocol.
TServlet - Class in org.apache.thrift.server
Servlet implementation class ThriftServer
TServlet(TProcessor, TProtocolFactory, TProtocolFactory) - Constructor for class org.apache.thrift.server.TServlet
 
TServlet(TProcessor, TProtocolFactory) - Constructor for class org.apache.thrift.server.TServlet
 
TSet - Class in org.apache.thrift.protocol
Helper class that encapsulates set metadata.
TSet() - Constructor for class org.apache.thrift.protocol.TSet
 
TSet(byte, int) - Constructor for class org.apache.thrift.protocol.TSet
 
TSet(TList) - Constructor for class org.apache.thrift.protocol.TSet
 
TSimpleJSONProtocol - Class in org.apache.thrift.protocol
JSON protocol implementation for thrift.
TSimpleJSONProtocol(TTransport) - Constructor for class org.apache.thrift.protocol.TSimpleJSONProtocol
Constructor
TSimpleJSONProtocol.Factory - Class in org.apache.thrift.protocol
Factory
TSimpleJSONProtocol.Factory() - Constructor for class org.apache.thrift.protocol.TSimpleJSONProtocol.Factory
 
TSimpleServer - Class in org.apache.thrift.server
Simple singlethreaded server for testing.
TSimpleServer(TProcessor, TServerTransport) - Constructor for class org.apache.thrift.server.TSimpleServer
 
TSimpleServer(TProcessor, TServerTransport, TTransportFactory, TProtocolFactory) - Constructor for class org.apache.thrift.server.TSimpleServer
 
TSimpleServer(TProcessor, TServerTransport, TTransportFactory, TTransportFactory, TProtocolFactory, TProtocolFactory) - Constructor for class org.apache.thrift.server.TSimpleServer
 
TSimpleServer(TProcessorFactory, TServerTransport) - Constructor for class org.apache.thrift.server.TSimpleServer
 
TSimpleServer(TProcessorFactory, TServerTransport, TTransportFactory, TProtocolFactory) - Constructor for class org.apache.thrift.server.TSimpleServer
 
TSimpleServer(TProcessorFactory, TServerTransport, TTransportFactory, TTransportFactory, TProtocolFactory, TProtocolFactory) - Constructor for class org.apache.thrift.server.TSimpleServer
 
TSocket - Class in org.apache.thrift.transport
Socket implementation of the TTransport interface.
TSocket(Socket) - Constructor for class org.apache.thrift.transport.TSocket
Constructor that takes an already created socket.
TSocket(String, int) - Constructor for class org.apache.thrift.transport.TSocket
Creates a new unconnected socket that will connect to the given host on the given port.
TSocket(String, int, int) - Constructor for class org.apache.thrift.transport.TSocket
Creates a new unconnected socket that will connect to the given host on the given port.
TStruct - Class in org.apache.thrift.protocol
Helper class that encapsulates struct metadata.
TStruct() - Constructor for class org.apache.thrift.protocol.TStruct
 
TStruct(String) - Constructor for class org.apache.thrift.protocol.TStruct
 
TThreadPoolServer - Class in org.apache.thrift.server
Server which uses Java's built in ThreadPool management to spawn off a worker pool that
TThreadPoolServer(TProcessor, TServerTransport) - Constructor for class org.apache.thrift.server.TThreadPoolServer
 
TThreadPoolServer(TProcessorFactory, TServerTransport) - Constructor for class org.apache.thrift.server.TThreadPoolServer
 
TThreadPoolServer(TProcessor, TServerTransport, TProtocolFactory) - Constructor for class org.apache.thrift.server.TThreadPoolServer
 
TThreadPoolServer(TProcessor, TServerTransport, TTransportFactory, TProtocolFactory) - Constructor for class org.apache.thrift.server.TThreadPoolServer
 
TThreadPoolServer(TProcessorFactory, TServerTransport, TTransportFactory, TProtocolFactory) - Constructor for class org.apache.thrift.server.TThreadPoolServer
 
TThreadPoolServer(TProcessor, TServerTransport, TTransportFactory, TTransportFactory, TProtocolFactory, TProtocolFactory) - Constructor for class org.apache.thrift.server.TThreadPoolServer
 
TThreadPoolServer(TProcessorFactory, TServerTransport, TTransportFactory, TTransportFactory, TProtocolFactory, TProtocolFactory) - Constructor for class org.apache.thrift.server.TThreadPoolServer
 
TThreadPoolServer(TProcessor, TServerTransport, TTransportFactory, TTransportFactory, TProtocolFactory, TProtocolFactory, TThreadPoolServer.Options) - Constructor for class org.apache.thrift.server.TThreadPoolServer
 
TThreadPoolServer(TProcessorFactory, TServerTransport, TTransportFactory, TTransportFactory, TProtocolFactory, TProtocolFactory, TThreadPoolServer.Options) - Constructor for class org.apache.thrift.server.TThreadPoolServer
 
TThreadPoolServer.Options - Class in org.apache.thrift.server
 
TThreadPoolServer.Options() - Constructor for class org.apache.thrift.server.TThreadPoolServer.Options
 
TTransport - Class in org.apache.thrift.transport
Generic class that encapsulates the I/O layer.
TTransport() - Constructor for class org.apache.thrift.transport.TTransport
 
TTransportException - Exception in org.apache.thrift.transport
Transport exceptions.
TTransportException() - Constructor for exception org.apache.thrift.transport.TTransportException
 
TTransportException(int) - Constructor for exception org.apache.thrift.transport.TTransportException
 
TTransportException(int, String) - Constructor for exception org.apache.thrift.transport.TTransportException
 
TTransportException(String) - Constructor for exception org.apache.thrift.transport.TTransportException
 
TTransportException(int, Throwable) - Constructor for exception org.apache.thrift.transport.TTransportException
 
TTransportException(Throwable) - Constructor for exception org.apache.thrift.transport.TTransportException
 
TTransportException(String, Throwable) - Constructor for exception org.apache.thrift.transport.TTransportException
 
TTransportException(int, String, Throwable) - Constructor for exception org.apache.thrift.transport.TTransportException
 
TTransportFactory - Class in org.apache.thrift.transport
Factory class used to create wrapped instance of Transports.
TTransportFactory() - Constructor for class org.apache.thrift.transport.TTransportFactory
 
TType - Class in org.apache.thrift.protocol
Type constants in the Thrift protocol.
TType() - Constructor for class org.apache.thrift.protocol.TType
 
TUnion<T extends TUnion,F extends TFieldIdEnum> - Class in org.apache.thrift
 
type - Variable in class org.apache.thrift.meta_data.FieldValueMetaData
 
type - Variable in class org.apache.thrift.protocol.TField
 
type - Variable in class org.apache.thrift.protocol.TMessage
 

U

UNKNOWN - Static variable in exception org.apache.thrift.protocol.TProtocolException
 
UNKNOWN - Static variable in exception org.apache.thrift.TApplicationException
 
UNKNOWN - Static variable in exception org.apache.thrift.transport.TTransportException
 
UNKNOWN_METHOD - Static variable in exception org.apache.thrift.TApplicationException
 

V

validate() - Method in class org.apache.thrift.server.TNonblockingServer.Options
 
valueMetaData - Variable in class org.apache.thrift.meta_data.FieldMetaData
 
valueMetaData - Variable in class org.apache.thrift.meta_data.MapMetaData
 
valueOf(String) - Static method in enum org.apache.thrift.async.TAsyncMethodCall.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.thrift.async.TAsyncMethodCall.State
Returns an array containing the constants of this enum type, in the order they are declared.
valueType - Variable in class org.apache.thrift.protocol.TMap
 
VOID - Static variable in class org.apache.thrift.protocol.TType
 

W

workerThreads - Variable in class org.apache.thrift.server.THsHaServer.Options
 
wrapsFullArray(ByteBuffer) - Static method in class org.apache.thrift.TBaseHelper
 
write(TProtocol) - Method in exception org.apache.thrift.TApplicationException
 
write(TProtocol) - Method in interface org.apache.thrift.TBase
Writes the objects out to the protocol
write(byte[], int, int) - Method in class org.apache.thrift.transport.AutoExpandingBufferReadTransport
 
write(byte[], int, int) - Method in class org.apache.thrift.transport.AutoExpandingBufferWriteTransport
 
write(byte[], int, int) - Method in class org.apache.thrift.transport.TFastFramedTransport
 
write(byte[], int, int) - Method in class org.apache.thrift.transport.TFramedTransport
 
write(byte[], int, int) - Method in class org.apache.thrift.transport.THttpClient
 
write(byte[], int, int) - Method in class org.apache.thrift.transport.TIOStreamTransport
Writes to the underlying output stream if not null.
write(byte[], int, int) - Method in class org.apache.thrift.transport.TMemoryBuffer
 
write(byte[], int, int) - Method in class org.apache.thrift.transport.TMemoryInputTransport
 
write(ByteBuffer) - Method in class org.apache.thrift.transport.TNonblockingSocket
Perform a nonblocking write of the data in buffer;
write(byte[], int, int) - Method in class org.apache.thrift.transport.TNonblockingSocket
Writes to the underlying output stream if not null.
write(ByteBuffer) - Method in class org.apache.thrift.transport.TNonblockingTransport
 
write(byte[]) - Method in class org.apache.thrift.transport.TTransport
Writes the buffer to the output
write(byte[], int, int) - Method in class org.apache.thrift.transport.TTransport
Writes up to len bytes from the buffer.
write(TProtocol) - Method in class org.apache.thrift.TUnion
 
writeBinary(ByteBuffer) - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
writeBinary(ByteBuffer) - Method in class org.apache.thrift.protocol.TCompactProtocol
Write a byte array, using a varint for the size.
writeBinary(ByteBuffer) - Method in class org.apache.thrift.protocol.TJSONProtocol
 
writeBinary(ByteBuffer) - Method in class org.apache.thrift.protocol.TProtocol
 
writeBinary(ByteBuffer) - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
writeBool(boolean) - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
writeBool(boolean) - Method in class org.apache.thrift.protocol.TCompactProtocol
Write a boolean value.
writeBool(boolean) - Method in class org.apache.thrift.protocol.TJSONProtocol
 
writeBool(boolean) - Method in class org.apache.thrift.protocol.TProtocol
 
writeBool(boolean) - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
writeByte(byte) - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
writeByte(byte) - Method in class org.apache.thrift.protocol.TCompactProtocol
Write a byte.
writeByte(byte) - Method in class org.apache.thrift.protocol.TJSONProtocol
 
writeByte(byte) - Method in class org.apache.thrift.protocol.TProtocol
 
writeByte(byte) - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
writeDouble(double) - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
writeDouble(double) - Method in class org.apache.thrift.protocol.TCompactProtocol
Write a double to the wire as 8 bytes.
writeDouble(double) - Method in class org.apache.thrift.protocol.TJSONProtocol
 
writeDouble(double) - Method in class org.apache.thrift.protocol.TProtocol
 
writeDouble(double) - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
writeFieldBegin(TField) - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
writeFieldBegin(TField) - Method in class org.apache.thrift.protocol.TCompactProtocol
Write a field header containing the field id and field type.
writeFieldBegin(TField) - Method in class org.apache.thrift.protocol.TJSONProtocol
 
writeFieldBegin(TField) - Method in class org.apache.thrift.protocol.TProtocol
 
writeFieldBegin(TField) - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
writeFieldEnd() - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
writeFieldEnd() - Method in class org.apache.thrift.protocol.TCompactProtocol
 
writeFieldEnd() - Method in class org.apache.thrift.protocol.TJSONProtocol
 
writeFieldEnd() - Method in class org.apache.thrift.protocol.TProtocol
 
writeFieldEnd() - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
writeFieldStop() - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
writeFieldStop() - Method in class org.apache.thrift.protocol.TCompactProtocol
Write the STOP symbol so we know there are no more fields in this struct.
writeFieldStop() - Method in class org.apache.thrift.protocol.TJSONProtocol
 
writeFieldStop() - Method in class org.apache.thrift.protocol.TProtocol
 
writeFieldStop() - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
writeI16(short) - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
writeI16(short) - Method in class org.apache.thrift.protocol.TCompactProtocol
Write an I16 as a zigzag varint.
writeI16(short) - Method in class org.apache.thrift.protocol.TJSONProtocol
 
writeI16(short) - Method in class org.apache.thrift.protocol.TProtocol
 
writeI16(short) - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
writeI32(int) - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
writeI32(int) - Method in class org.apache.thrift.protocol.TCompactProtocol
Write an i32 as a zigzag varint.
writeI32(int) - Method in class org.apache.thrift.protocol.TJSONProtocol
 
writeI32(int) - Method in class org.apache.thrift.protocol.TProtocol
 
writeI32(int) - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
writeI64(long) - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
writeI64(long) - Method in class org.apache.thrift.protocol.TCompactProtocol
Write an i64 as a zigzag varint.
writeI64(long) - Method in class org.apache.thrift.protocol.TJSONProtocol
 
writeI64(long) - Method in class org.apache.thrift.protocol.TProtocol
 
writeI64(long) - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
writeListBegin(TList) - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
writeListBegin(TList) - Method in class org.apache.thrift.protocol.TCompactProtocol
Write a list header.
writeListBegin(TList) - Method in class org.apache.thrift.protocol.TJSONProtocol
 
writeListBegin(TList) - Method in class org.apache.thrift.protocol.TProtocol
 
writeListBegin(TList) - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
writeListEnd() - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
writeListEnd() - Method in class org.apache.thrift.protocol.TCompactProtocol
 
writeListEnd() - Method in class org.apache.thrift.protocol.TJSONProtocol
 
writeListEnd() - Method in class org.apache.thrift.protocol.TProtocol
 
writeListEnd() - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
writeMapBegin(TMap) - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
writeMapBegin(TMap) - Method in class org.apache.thrift.protocol.TCompactProtocol
Write a map header.
writeMapBegin(TMap) - Method in class org.apache.thrift.protocol.TJSONProtocol
 
writeMapBegin(TMap) - Method in class org.apache.thrift.protocol.TProtocol
 
writeMapBegin(TMap) - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
writeMapEnd() - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
writeMapEnd() - Method in class org.apache.thrift.protocol.TCompactProtocol
 
writeMapEnd() - Method in class org.apache.thrift.protocol.TJSONProtocol
 
writeMapEnd() - Method in class org.apache.thrift.protocol.TProtocol
 
writeMapEnd() - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
writeMessageBegin(TMessage) - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
writeMessageBegin(TMessage) - Method in class org.apache.thrift.protocol.TCompactProtocol
Write a message header to the wire.
writeMessageBegin(TMessage) - Method in class org.apache.thrift.protocol.TJSONProtocol
 
writeMessageBegin(TMessage) - Method in class org.apache.thrift.protocol.TProtocol
Writing methods.
writeMessageBegin(TMessage) - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
writeMessageEnd() - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
writeMessageEnd() - Method in class org.apache.thrift.protocol.TCompactProtocol
 
writeMessageEnd() - Method in class org.apache.thrift.protocol.TJSONProtocol
 
writeMessageEnd() - Method in class org.apache.thrift.protocol.TProtocol
 
writeMessageEnd() - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
writeSetBegin(TSet) - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
writeSetBegin(TSet) - Method in class org.apache.thrift.protocol.TCompactProtocol
Write a set header.
writeSetBegin(TSet) - Method in class org.apache.thrift.protocol.TJSONProtocol
 
writeSetBegin(TSet) - Method in class org.apache.thrift.protocol.TProtocol
 
writeSetBegin(TSet) - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
writeSetEnd() - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
writeSetEnd() - Method in class org.apache.thrift.protocol.TCompactProtocol
 
writeSetEnd() - Method in class org.apache.thrift.protocol.TJSONProtocol
 
writeSetEnd() - Method in class org.apache.thrift.protocol.TProtocol
 
writeSetEnd() - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
writeString(String) - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
writeString(String) - Method in class org.apache.thrift.protocol.TCompactProtocol
Write a string to the wire with a varint size preceeding.
writeString(String) - Method in class org.apache.thrift.protocol.TJSONProtocol
 
writeString(String) - Method in class org.apache.thrift.protocol.TProtocol
 
writeString(String) - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
writeStructBegin(TStruct) - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
writeStructBegin(TStruct) - Method in class org.apache.thrift.protocol.TCompactProtocol
Write a struct begin.
writeStructBegin(TStruct) - Method in class org.apache.thrift.protocol.TJSONProtocol
 
writeStructBegin(TStruct) - Method in class org.apache.thrift.protocol.TProtocol
 
writeStructBegin(TStruct) - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
writeStructEnd() - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
writeStructEnd() - Method in class org.apache.thrift.protocol.TCompactProtocol
Write a struct end.
writeStructEnd() - Method in class org.apache.thrift.protocol.TJSONProtocol
 
writeStructEnd() - Method in class org.apache.thrift.protocol.TProtocol
 
writeStructEnd() - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
WRONG_METHOD_NAME - Static variable in exception org.apache.thrift.TApplicationException
 

_

_writeStringData(String) - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
 

A B C D E F G H I K L M N O P Q R S T U V W _

Copyright © 2010. All Rights Reserved.