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

A

accept() - Method in class org.apache.thrift.transport.TServerTransport
 
acceptImpl() - Method in class org.apache.thrift.transport.TNonblockingServerSocket
 
acceptImpl() - Method in class org.apache.thrift.transport.TServerSocket
 
acceptImpl() - 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
 
BASE_CONTEXT - Variable in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
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
 
changeSelectInterests() - Method in class org.apache.thrift.server.TNonblockingServer.FrameBuffer
Give this FrameBuffer a chance to set its interest to write, once data has come in.
checkReadLength(int) - Method in class org.apache.thrift.protocol.TBinaryProtocol
 
checkReadLength_ - Variable in class org.apache.thrift.protocol.TBinaryProtocol
 
checkReady() - Method in class org.apache.thrift.async.TAsyncClient
 
checkType(F, Object) - Method in class org.apache.thrift.TUnion
Implementation should be generated so that we can efficiently type check various values.
cipherSuites - Variable in class org.apache.thrift.transport.TSSLTransportFactory.TSSLTransportParameters
 
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
 
client - Variable in class org.apache.thrift.async.TAsyncMethodCall
 
clientAuth - Variable in class org.apache.thrift.transport.TSSLTransportFactory.TSSLTransportParameters
 
close() - Method in class org.apache.thrift.server.TNonblockingServer.FrameBuffer
Shut the connection down.
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.TFileTransport
Closes the transport.
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 interface org.apache.thrift.transport.TSeekableFile
 
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.TStandardFile
 
close() - Method in class org.apache.thrift.transport.TTransport
Closes the transport.
COLON - Static variable in class org.apache.thrift.protocol.TSimpleJSONProtocol
 
colon_ - Variable in class org.apache.thrift.protocol.TSimpleJSONProtocol.StructContext
 
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
 
createInvokerPool(THsHaServer.Args) - Static method in class org.apache.thrift.server.THsHaServer
Helper to create an invoker pool
currentMethod - Variable in class org.apache.thrift.async.TAsyncClient
 

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_CHUNK_SIZE - Static variable in class org.apache.thrift.transport.TFileTransport.chunkState
Chunk Size.
DEFAULT_MAX_LENGTH - Static variable in class org.apache.thrift.transport.TFastFramedTransport
How big is the largest allowable frame? Defaults to Integer.MAX_VALUE.
DEFAULT_MAX_LENGTH - Static variable in class org.apache.thrift.transport.TFramedTransport
 
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.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.thrift.server.TServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.thrift.server.TServlet
 
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
 
emit(byte[], int, int) - Method in class org.apache.thrift.transport.TFileTransport.Event
 
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
 
enumForId(short) - Method in class org.apache.thrift.TUnion
 
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
 
escapeNum() - Method in class org.apache.thrift.protocol.TJSONProtocol.JSONBaseContext
 
escapeNum() - Method in class org.apache.thrift.protocol.TJSONProtocol.JSONPairContext
 
EXCEPTION - Static variable in class org.apache.thrift.protocol.TMessageType
 
executorService(ExecutorService) - Method in class org.apache.thrift.server.THsHaServer.Args
 

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, boolean) - Constructor for class org.apache.thrift.meta_data.FieldValueMetaData
 
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.
first_ - Variable in class org.apache.thrift.protocol.TSimpleJSONProtocol.ListContext
 
first_ - Variable in class org.apache.thrift.protocol.TSimpleJSONProtocol.StructContext
 
flush() - Method in class org.apache.thrift.transport.TFastFramedTransport
 
flush() - Method in class org.apache.thrift.transport.TFileTransport
Flush any pending data out of a transport buffer.
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
 
getBuf() - Method in class org.apache.thrift.transport.TFileTransport.Event
 
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.
getByValue(Class<? extends TEnum>, int) - Static method in class org.apache.thrift.TEnumHelper
Given a TEnum class and integer value, this method will return the associated constant from the given TEnum class.
getChunkNum() - Method in class org.apache.thrift.transport.TFileTransport.chunkState
 
getChunkSize() - Method in class org.apache.thrift.transport.TFileTransport.chunkState
 
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.
getClientSocket(String, int, int) - Static method in class org.apache.thrift.transport.TSSLTransportFactory
Get a default SSL wrapped TSocket connected to the specified host and port.
getClientSocket(String, int) - Static method in class org.apache.thrift.transport.TSSLTransportFactory
Get a default SSL wrapped TSocket connected to the specified host and port.
getClientSocket(String, int, int, TSSLTransportFactory.TSSLTransportParameters) - Static method in class org.apache.thrift.transport.TSSLTransportFactory
Get a custom configured SSL wrapped TSocket.
getCurChunk() - Method in class org.apache.thrift.transport.TFileTransport
 
getError() - Method in class org.apache.thrift.async.TAsyncClient
Get the client's error - returns null if no error
getExecutorService() - Method in class org.apache.thrift.server.THsHaServer.Args
 
getFieldDesc(F) - Method in class org.apache.thrift.TUnion
 
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
 
getFrameBuffer() - Method in class org.apache.thrift.async.TAsyncMethodCall
 
getInputProtocol() - Method in interface org.apache.thrift.TServiceClient
Get the TProtocol being used as the input (read) protocol.
getInputStream() - Method in interface org.apache.thrift.transport.TSeekableFile
 
getInputStream() - Method in class org.apache.thrift.transport.TStandardFile
 
getNumChunks() - Method in class org.apache.thrift.transport.TFileTransport
 
getOffset() - Method in class org.apache.thrift.transport.TFileTransport.chunkState
 
getOutputProtocol() - Method in interface org.apache.thrift.TServiceClient
Get the TProtocol being used as the output (write) protocol.
getOutputStream() - Method in interface org.apache.thrift.transport.TSeekableFile
 
getOutputStream() - Method in class org.apache.thrift.transport.TStandardFile
 
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
 
getRemaining() - Method in class org.apache.thrift.transport.TFileTransport.chunkState
 
getRemaining() - Method in class org.apache.thrift.transport.TFileTransport.Event
 
getRole() - Method in class org.apache.thrift.transport.TSaslClientTransport
 
getRole() - Method in class org.apache.thrift.transport.TSaslServerTransport
 
getRunnable(TNonblockingServer.FrameBuffer) - Method in class org.apache.thrift.server.THsHaServer
 
getSequenceId() - Method in class org.apache.thrift.async.TAsyncMethodCall
 
getServerSocket() - Method in class org.apache.thrift.transport.TServerSocket
 
getServerSocket(int) - Static method in class org.apache.thrift.transport.TSSLTransportFactory
Get a SSL wrapped TServerSocket bound to the specified port.
getServerSocket(int, int) - Static method in class org.apache.thrift.transport.TSSLTransportFactory
Get a default SSL wrapped TServerSocket bound to the specified port
getServerSocket(int, int, boolean, InetAddress) - Static method in class org.apache.thrift.transport.TSSLTransportFactory
Get a default SSL wrapped TServerSocket bound to the specified port and interface
getServerSocket(int, int, InetAddress, TSSLTransportFactory.TSSLTransportParameters) - Static method in class org.apache.thrift.transport.TSSLTransportFactory
Get a configured SSL wrapped TServerSocket bound to the specified port and interface.
getSetField() - Method in class org.apache.thrift.TUnion
 
getSize() - Method in class org.apache.thrift.transport.TFileTransport.Event
 
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.
getStartTime() - Method in class org.apache.thrift.async.TAsyncMethodCall
 
getState() - Method in class org.apache.thrift.async.TAsyncMethodCall
 
getStopTimeoutUnit() - Method in class org.apache.thrift.server.THsHaServer.Args
 
getStopTimeoutVal() - Method in class org.apache.thrift.server.THsHaServer.Args
 
getStructDesc() - Method in class org.apache.thrift.TUnion
 
getStructMetaDataMap(Class<? extends TBase>) - Static method in class org.apache.thrift.meta_data.FieldMetaData
Returns a map with metadata (i.e.
getTailPolicy() - Method in class org.apache.thrift.transport.TFileTransport
Get File Tailing Policy
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
 
getTimeoutTimestamp() - Method in class org.apache.thrift.async.TAsyncMethodCall
 
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.THttpClient.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
 
getWorkerThreads() - Method in class org.apache.thrift.server.THsHaServer.Args
 
gracefullyShutdownInvokerPool() - Method in class org.apache.thrift.server.THsHaServer
 
guessProtocolFactory(byte[], TProtocolFactory) - Static method in class org.apache.thrift.protocol.TProtocolUtil
Attempt to determine the protocol used to serialize some data.

H

handleSaslStartMessage() - Method in class org.apache.thrift.transport.TSaslClientTransport
Performs the client side of the initial portion of the Thrift SASL protocol.
handleSaslStartMessage() - Method in class org.apache.thrift.transport.TSaslServerTransport
Performs the server side of the initial portion of the Thrift SASL protocol.
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
 
hasTimeout() - Method in class org.apache.thrift.async.TAsyncMethodCall
 

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
 
inputFile_ - Variable in class org.apache.thrift.transport.TFileTransport
Underlying file being read
inputFile_ - Variable in class org.apache.thrift.transport.TStandardFile
 
inputProtocolFactory(TProtocolFactory) - Method in class org.apache.thrift.server.TServer.AbstractServerArgs
 
inputProtocolFactory_ - Variable in class org.apache.thrift.server.TServer
Input Protocol Factory
inputStream_ - Variable in class org.apache.thrift.transport.TIOStreamTransport
Underlying inputStream
inputTransportFactory(TTransportFactory) - Method in class org.apache.thrift.server.TServer.AbstractServerArgs
 
inputTransportFactory_ - Variable in class org.apache.thrift.server.TServer
Input Transport Factory
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
 
invoke() - Method in class org.apache.thrift.server.TNonblockingServer.FrameBuffer
Actually invoke the method signified by this FrameBuffer.
isBinary() - Method in class org.apache.thrift.meta_data.FieldValueMetaData
 
isContainer() - Method in class org.apache.thrift.meta_data.FieldValueMetaData
 
isFinished() - Method in class org.apache.thrift.async.TAsyncMethodCall
 
isFrameFullyRead() - Method in class org.apache.thrift.server.TNonblockingServer.FrameBuffer
Check if this FrameBuffer has a full frame read.
isKeyStoreSet - Variable in class org.apache.thrift.transport.TSSLTransportFactory.TSSLTransportParameters
 
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.TFileTransport
open if both input/output open unless readonly
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.
isRunning() - Method in class org.apache.thrift.async.TAsyncClientManager
 
isServing() - Method in class org.apache.thrift.server.TServer
 
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
 
isStopped() - Method in class org.apache.thrift.server.TNonblockingServer.SelectThread
 
isStruct() - Method in class org.apache.thrift.meta_data.FieldValueMetaData
 
isTrustStoreSet - Variable in class org.apache.thrift.transport.TSSLTransportFactory.TSSLTransportParameters
 
isTypedef() - Method in class org.apache.thrift.meta_data.FieldValueMetaData
 

J

joinSelector() - Method in class org.apache.thrift.server.TNonblockingServer
Block until the selector exits.

K

keyManagerType - Variable in class org.apache.thrift.transport.TSSLTransportFactory.TSSLTransportParameters
 
keyMetaData - Variable in class org.apache.thrift.meta_data.MapMetaData
 
keyPass - Variable in class org.apache.thrift.transport.TSSLTransportFactory.TSSLTransportParameters
 
keyStore - Variable in class org.apache.thrift.transport.TSSLTransportFactory.TSSLTransportParameters
 
keyStoreType - Variable in class org.apache.thrift.transport.TSSLTransportFactory.TSSLTransportParameters
 
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
 
length() - Method in interface org.apache.thrift.transport.TSeekableFile
 
length() - Method in class org.apache.thrift.transport.TStandardFile
 
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

main(String[]) - Static method in class org.apache.thrift.transport.TFileTransport
test program
manager - Variable in class org.apache.thrift.async.TAsyncClient
 
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.AbstractNonblockingServerArgs
 
maxWorkerThreads - Variable in class org.apache.thrift.server.TThreadPoolServer.Args
 
maxWorkerThreads(int) - Method in class org.apache.thrift.server.TThreadPoolServer.Args
 
minWorkerThreads - Variable in class org.apache.thrift.server.TThreadPoolServer.Args
 
minWorkerThreads(int) - Method in class org.apache.thrift.server.TThreadPoolServer.Args
 
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.
onComplete() - Method in class org.apache.thrift.async.TAsyncClient
Called by delegate method when finished
onError(Exception) - Method in interface org.apache.thrift.async.AsyncMethodCallback
This method will be called when there is an unexpected clientside exception.
onError(Exception) - Method in class org.apache.thrift.async.TAsyncClient
Called by delegate method on error
onError(Exception) - Method in class org.apache.thrift.async.TAsyncMethodCall
 
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.TFileTransport
Diverging from the cpp model and sticking to the TSocket model Files are not opened in ctor - but in explicit open call
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
 
outputProtocolFactory(TProtocolFactory) - Method in class org.apache.thrift.server.TServer.AbstractServerArgs
 
outputProtocolFactory_ - Variable in class org.apache.thrift.server.TServer
Output Protocol Factory
outputStream_ - Variable in class org.apache.thrift.transport.TFileTransport
Underlying outputStream
outputStream_ - Variable in class org.apache.thrift.transport.TIOStreamTransport
Underlying outputStream
outputTransportFactory(TTransportFactory) - Method in class org.apache.thrift.server.TServer.AbstractServerArgs
 
outputTransportFactory_ - Variable in class org.apache.thrift.server.TServer
Output Transport Factory

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.
path_ - Variable in class org.apache.thrift.transport.TStandardFile
 
peek() - Method in class org.apache.thrift.protocol.TJSONProtocol.LookaheadReader
 
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
 
popWriteContext() - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
Pop the last write context off the stack
prepareMethodCall() - Method in class org.apache.thrift.async.TAsyncMethodCall
Initialize buffers.
process(TProtocol, TProtocol) - Method in interface org.apache.thrift.TProcessor
 
processChunk(int, int) - Method in class org.apache.thrift.transport.TFileProcessor
Process from start to last chunk both inclusive where chunks begin from 0
processChunk(int) - Method in class org.apache.thrift.transport.TFileProcessor
Process a single chunk
processChunk() - Method in class org.apache.thrift.transport.TFileProcessor
Process a current chunk
processor(TProcessor) - Method in class org.apache.thrift.server.TServer.AbstractServerArgs
 
processorFactory(TProcessorFactory) - Method in class org.apache.thrift.server.TServer.AbstractServerArgs
 
processorFactory_ - Variable in class org.apache.thrift.server.TServer
Core processor
protocol - Variable in class org.apache.thrift.transport.TSSLTransportFactory.TSSLTransportParameters
 
PROTOCOL_ERROR - Static variable in exception org.apache.thrift.TApplicationException
 
protocolFactory - Variable in class org.apache.thrift.async.TAsyncClient
 
protocolFactory(TProtocolFactory) - Method in class org.apache.thrift.server.TServer.AbstractServerArgs
 
push(short) - Method in class org.apache.thrift.ShortStack
 
pushWriteContext(TSimpleJSONProtocol.Context) - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol
Push a new write context onto the stack.

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() - Method in class org.apache.thrift.protocol.TJSONProtocol.JSONBaseContext
 
read() - Method in class org.apache.thrift.protocol.TJSONProtocol.JSONListContext
 
read() - Method in class org.apache.thrift.protocol.TJSONProtocol.JSONPairContext
 
read() - Method in class org.apache.thrift.protocol.TJSONProtocol.LookaheadReader
 
read() - Method in class org.apache.thrift.server.TNonblockingServer.FrameBuffer
Give this FrameBuffer a chance to read.
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.TFileTransport
Reads up to len bytes into buffer buf, starting att offset off.
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.TFileTransport
Cloned from TTransport.java:readAll().
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
 
readJSONSyntaxChar(byte[]) - Method in class org.apache.thrift.protocol.TJSONProtocol
 
readLength_ - Variable in class org.apache.thrift.protocol.TBinaryProtocol.Factory
 
readLength_ - Variable in class org.apache.thrift.protocol.TBinaryProtocol
 
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
 
readValue(TProtocol, TField) - Method in class org.apache.thrift.TUnion
Implementation should be generated to read the right stuff from the wire based on the field header.
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
 
requestInvoke(TNonblockingServer.FrameBuffer) - Method in class org.apache.thrift.server.THsHaServer
We override the standard invoke method here to queue the invocation for invoker service instead of immediately invoking.
requestInvoke(TNonblockingServer.FrameBuffer) - Method in class org.apache.thrift.server.TNonblockingServer
Perform an invocation.
requestSelectInterestChange(TNonblockingServer.FrameBuffer) - Method in class org.apache.thrift.server.TNonblockingServer
A FrameBuffer wants to change its selection preferences, but might not be in the select thread.
requestSelectInterestChange(TNonblockingServer.FrameBuffer) - Method in class org.apache.thrift.server.TNonblockingServer.SelectThread
Add FrameBuffer to the list of select interest changes and wake up the selector if it's blocked.
requireClientAuth(boolean) - Method in class org.apache.thrift.transport.TSSLTransportFactory.TSSLTransportParameters
Set if client authentication is required
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
 
responseReady() - Method in class org.apache.thrift.server.TNonblockingServer.FrameBuffer
After the processor has processed the invocation, whatever thread is managing invocations should call this method on this FrameBuffer so we know it's time to start trying to write again.
retries_ - Variable in enum org.apache.thrift.transport.TFileTransport.tailPolicy
Number of retries before giving up if 0, no retries if -1, retry forever
rightSize(ByteBuffer) - Static method in class org.apache.thrift.TBaseHelper
 
run() - Method in class org.apache.thrift.server.TNonblockingServer.SelectThread
The work loop.

S

seek(long) - Method in class org.apache.thrift.transport.TFileTransport.chunkState
 
seek(long) - Method in interface org.apache.thrift.transport.TSeekableFile
 
seek(long) - Method in class org.apache.thrift.transport.TStandardFile
 
seekToChunk(int) - Method in class org.apache.thrift.transport.TFileTransport
 
seekToEnd() - Method in class org.apache.thrift.transport.TFileTransport
 
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
 
serverTransport_ - Variable in class org.apache.thrift.server.TServer
Server transport
SET - Static variable in class org.apache.thrift.protocol.TType
 
setAvailable(int) - Method in class org.apache.thrift.transport.TFileTransport.Event
 
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
 
setField_ - Variable in class org.apache.thrift.TUnion
 
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
 
setKeyStore(String, String, String, String) - Method in class org.apache.thrift.transport.TSSLTransportFactory.TSSLTransportParameters
Set the keystore, password, certificate type and the store type
setKeyStore(String, String) - Method in class org.apache.thrift.transport.TSSLTransportFactory.TSSLTransportParameters
Set the keystore and password
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
 
setServing(boolean) - Method in class org.apache.thrift.server.TServer
 
setTailPolicy(TFileTransport.tailPolicy) - Method in class org.apache.thrift.transport.TFileTransport
Set file Tailing Policy
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
setTrustStore(String, String, String, String) - Method in class org.apache.thrift.transport.TSSLTransportFactory.TSSLTransportParameters
Set the truststore, password, certificate type and the store type
setTrustStore(String, String) - Method in class org.apache.thrift.transport.TSSLTransportFactory.TSSLTransportParameters
Set the truststore and password
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.
skip(int) - Method in class org.apache.thrift.transport.TFileTransport.chunkState
 
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.
startListening() - Method in class org.apache.thrift.server.TNonblockingServer
Have the server transport start accepting connections.
startSelectorThread() - Method in class org.apache.thrift.server.TNonblockingServer
Start the selector thread running to deal with clients.
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
 
stopListening() - Method in class org.apache.thrift.server.TNonblockingServer
Stop listening for conections.
stopTimeoutUnit(TimeUnit) - Method in class org.apache.thrift.server.THsHaServer.Args
 
stopTimeoutUnit - Variable in class org.apache.thrift.server.TThreadPoolServer.Args
 
stopTimeoutVal(int) - Method in class org.apache.thrift.server.THsHaServer.Args
 
stopTimeoutVal - Variable in class org.apache.thrift.server.TThreadPoolServer.Args
 
strictRead_ - Variable in class org.apache.thrift.protocol.TBinaryProtocol.Factory
 
strictRead_ - Variable in class org.apache.thrift.protocol.TBinaryProtocol
 
strictWrite_ - Variable in class org.apache.thrift.protocol.TBinaryProtocol.Factory
 
strictWrite_ - Variable in class org.apache.thrift.protocol.TBinaryProtocol
 
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> - 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(TAsyncClient, TProtocolFactory, TNonblockingTransport, AsyncMethodCallback<T>, boolean) - Constructor for class org.apache.thrift.async.TAsyncMethodCall
 
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
 
TEnumHelper - Class in org.apache.thrift
Utility class with static methods for interacting with TEnum
TEnumHelper() - Constructor for class org.apache.thrift.TEnumHelper
 
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
 
TFileProcessor - Class in org.apache.thrift.transport
FileProcessor: helps in processing files generated by TFileTransport.
TFileProcessor(TProcessor, TProtocolFactory, TFileTransport, TTransport) - Constructor for class org.apache.thrift.transport.TFileProcessor
 
TFileProcessor(TProcessor, TProtocolFactory, TProtocolFactory, TFileTransport, TTransport) - Constructor for class org.apache.thrift.transport.TFileProcessor
 
TFileTransport - Class in org.apache.thrift.transport
FileTransport implementation of the TTransport interface.
TFileTransport(String, boolean) - Constructor for class org.apache.thrift.transport.TFileTransport
File Transport ctor
TFileTransport(TSeekableFile, boolean) - Constructor for class org.apache.thrift.transport.TFileTransport
File Transport ctor
TFileTransport.chunkState - Class in org.apache.thrift.transport
 
TFileTransport.chunkState() - Constructor for class org.apache.thrift.transport.TFileTransport.chunkState
 
TFileTransport.chunkState(int) - Constructor for class org.apache.thrift.transport.TFileTransport.chunkState
 
TFileTransport.Event - Class in org.apache.thrift.transport
 
TFileTransport.Event(byte[]) - Constructor for class org.apache.thrift.transport.TFileTransport.Event
Initialize an event.
TFileTransport.tailPolicy - Enum in org.apache.thrift.transport
 
TFileTransport.truncableBufferedInputStream - Class in org.apache.thrift.transport
 
TFileTransport.truncableBufferedInputStream(InputStream) - Constructor for class org.apache.thrift.transport.TFileTransport.truncableBufferedInputStream
 
TFileTransport.truncableBufferedInputStream(InputStream, int) - Constructor for class org.apache.thrift.transport.TFileTransport.truncableBufferedInputStream
 
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(THsHaServer.Args) - Constructor for class org.apache.thrift.server.THsHaServer
Create server with every option fully specified, and with an injected ExecutorService
THsHaServer.Args - Class in org.apache.thrift.server
 
THsHaServer.Args(TNonblockingServerTransport) - Constructor for class org.apache.thrift.server.THsHaServer.Args
 
THttpClient - Class in org.apache.thrift.transport
HTTP implementation of the TTransport interface.
THttpClient(String) - Constructor for class org.apache.thrift.transport.THttpClient
 
THttpClient(String, HttpClient) - Constructor for class org.apache.thrift.transport.THttpClient
 
THttpClient.Factory - Class in org.apache.thrift.transport
 
THttpClient.Factory(String) - Constructor for class org.apache.thrift.transport.THttpClient.Factory
 
THttpClient.Factory(String, HttpClient) - Constructor for class org.apache.thrift.transport.THttpClient.Factory
 
TIMED_OUT - Static variable in exception org.apache.thrift.transport.TTransportException
 
timeout_ - Variable in enum org.apache.thrift.transport.TFileTransport.tailPolicy
Time in milliseconds to sleep before next read If 0, no sleep
TIOStreamTransport - Class in org.apache.thrift.transport
This is the most commonly used base transport.
TIOStreamTransport() - Constructor for class org.apache.thrift.transport.TIOStreamTransport
Subclasses can invoke the default constructor and then assign the input streams in the open method.
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
 
TJSONProtocol.JSONBaseContext - Class in org.apache.thrift.protocol
 
TJSONProtocol.JSONBaseContext() - Constructor for class org.apache.thrift.protocol.TJSONProtocol.JSONBaseContext
 
TJSONProtocol.JSONListContext - Class in org.apache.thrift.protocol
 
TJSONProtocol.JSONListContext() - Constructor for class org.apache.thrift.protocol.TJSONProtocol.JSONListContext
 
TJSONProtocol.JSONPairContext - Class in org.apache.thrift.protocol
 
TJSONProtocol.JSONPairContext() - Constructor for class org.apache.thrift.protocol.TJSONProtocol.JSONPairContext
 
TJSONProtocol.LookaheadReader - Class in org.apache.thrift.protocol
 
TJSONProtocol.LookaheadReader() - Constructor for class org.apache.thrift.protocol.TJSONProtocol.LookaheadReader
 
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(TNonblockingServer.AbstractNonblockingServerArgs) - Constructor for class org.apache.thrift.server.TNonblockingServer
 
TNonblockingServer.AbstractNonblockingServerArgs<T extends TNonblockingServer.AbstractNonblockingServerArgs<T>> - Class in org.apache.thrift.server
 
TNonblockingServer.AbstractNonblockingServerArgs(TNonblockingServerTransport) - Constructor for class org.apache.thrift.server.TNonblockingServer.AbstractNonblockingServerArgs
 
TNonblockingServer.Args - Class in org.apache.thrift.server
 
TNonblockingServer.Args(TNonblockingServerTransport) - Constructor for class org.apache.thrift.server.TNonblockingServer.Args
 
TNonblockingServer.FrameBuffer - Class in org.apache.thrift.server
Class that implements a sort of state machine around the interaction with a client and an invoker.
TNonblockingServer.FrameBuffer(TNonblockingTransport, SelectionKey) - Constructor for class org.apache.thrift.server.TNonblockingServer.FrameBuffer
 
TNonblockingServer.SelectThread - Class in org.apache.thrift.server
The thread that will be doing all the selecting, managing new connections and those that still need to be read.
TNonblockingServer.SelectThread(TNonblockingServerTransport) - Constructor for class org.apache.thrift.server.TNonblockingServer.SelectThread
Set up the SelectorThread.
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.
TProtocol(TTransport) - Constructor for class org.apache.thrift.protocol.TProtocol
Constructor
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
 
trans_ - Variable in class org.apache.thrift.protocol.TProtocol
Transport
trans_ - Variable in class org.apache.thrift.server.TNonblockingServer.FrameBuffer
 
transition(SelectionKey) - Method in class org.apache.thrift.async.TAsyncMethodCall
Transition to next state, doing whatever work is required.
transport - Variable in class org.apache.thrift.async.TAsyncClient
 
transport - Variable in class org.apache.thrift.async.TAsyncMethodCall
 
transportFactory(TTransportFactory) - Method in class org.apache.thrift.server.TServer.AbstractServerArgs
 
trunc() - Method in class org.apache.thrift.transport.TFileTransport.truncableBufferedInputStream
 
trustManagerType - Variable in class org.apache.thrift.transport.TSSLTransportFactory.TSSLTransportParameters
 
trustPass - Variable in class org.apache.thrift.transport.TSSLTransportFactory.TSSLTransportParameters
 
trustStore - Variable in class org.apache.thrift.transport.TSSLTransportFactory.TSSLTransportParameters
 
trustStoreType - Variable in class org.apache.thrift.transport.TSSLTransportFactory.TSSLTransportParameters
 
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.
TSeekableFile - Interface in org.apache.thrift.transport
 
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.
TServer(TServer.AbstractServerArgs) - Constructor for class org.apache.thrift.server.TServer
 
TServer.AbstractServerArgs<T extends TServer.AbstractServerArgs<T>> - Class in org.apache.thrift.server
 
TServer.AbstractServerArgs(TServerTransport) - Constructor for class org.apache.thrift.server.TServer.AbstractServerArgs
 
TServer.Args - Class in org.apache.thrift.server
 
TServer.Args(TServerTransport) - Constructor for class org.apache.thrift.server.TServer.Args
 
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.Context - Class in org.apache.thrift.protocol
 
TSimpleJSONProtocol.Context() - Constructor for class org.apache.thrift.protocol.TSimpleJSONProtocol.Context
 
TSimpleJSONProtocol.Factory - Class in org.apache.thrift.protocol
Factory
TSimpleJSONProtocol.Factory() - Constructor for class org.apache.thrift.protocol.TSimpleJSONProtocol.Factory
 
TSimpleJSONProtocol.ListContext - Class in org.apache.thrift.protocol
 
TSimpleJSONProtocol.ListContext() - Constructor for class org.apache.thrift.protocol.TSimpleJSONProtocol.ListContext
 
TSimpleJSONProtocol.StructContext - Class in org.apache.thrift.protocol
 
TSimpleJSONProtocol.StructContext() - Constructor for class org.apache.thrift.protocol.TSimpleJSONProtocol.StructContext
 
TSimpleServer - Class in org.apache.thrift.server
Simple singlethreaded server for testing.
TSimpleServer(TServer.AbstractServerArgs) - 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.
TSSLTransportFactory - Class in org.apache.thrift.transport
A Factory for providing and setting up Client and Server SSL wrapped TSocket and TServerSocket
TSSLTransportFactory() - Constructor for class org.apache.thrift.transport.TSSLTransportFactory
 
TSSLTransportFactory.TSSLTransportParameters - Class in org.apache.thrift.transport
A Class to hold all the SSL parameters
TSSLTransportFactory.TSSLTransportParameters() - Constructor for class org.apache.thrift.transport.TSSLTransportFactory.TSSLTransportParameters
 
TSSLTransportFactory.TSSLTransportParameters(String, String[]) - Constructor for class org.apache.thrift.transport.TSSLTransportFactory.TSSLTransportParameters
Create parameters specifying the protocol and cipher suites
TSSLTransportFactory.TSSLTransportParameters(String, String[], boolean) - Constructor for class org.apache.thrift.transport.TSSLTransportFactory.TSSLTransportParameters
Create parameters specifying the protocol, cipher suites and if client authentication is required
TStandardFile - Class in org.apache.thrift.transport
 
TStandardFile(String) - Constructor for class org.apache.thrift.transport.TStandardFile
 
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(TThreadPoolServer.Args) - Constructor for class org.apache.thrift.server.TThreadPoolServer
 
TThreadPoolServer.Args - Class in org.apache.thrift.server
 
TThreadPoolServer.Args(TServerTransport) - Constructor for class org.apache.thrift.server.TThreadPoolServer.Args
 
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
 
TUnion() - Constructor for class org.apache.thrift.TUnion
 
TUnion(F, Object) - Constructor for class org.apache.thrift.TUnion
 
TUnion(TUnion<T, F>) - Constructor for class org.apache.thrift.TUnion
 
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
 
type_ - Variable in exception org.apache.thrift.protocol.TProtocolException
 
type_ - Variable in exception org.apache.thrift.TApplicationException
 
type_ - Variable in exception org.apache.thrift.transport.TTransportException
 

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

value_ - Variable in class org.apache.thrift.TUnion
 
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.
valueOf(String) - Static method in enum org.apache.thrift.transport.TFileTransport.tailPolicy
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.
values() - Static method in enum org.apache.thrift.transport.TFileTransport.tailPolicy
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
 
VERSION_1 - Static variable in class org.apache.thrift.protocol.TBinaryProtocol
 
VERSION_MASK - Static variable in class org.apache.thrift.protocol.TBinaryProtocol
 
VOID - Static variable in class org.apache.thrift.protocol.TType
 

W

wakeupSelector() - Method in class org.apache.thrift.server.TNonblockingServer.SelectThread
If the selector is blocked, wake it up.
workerThreads(int) - Method in class org.apache.thrift.server.THsHaServer.Args
 
wrapsFullArray(ByteBuffer) - Static method in class org.apache.thrift.TBaseHelper
 
write() - Method in class org.apache.thrift.protocol.TJSONProtocol.JSONBaseContext
 
write() - Method in class org.apache.thrift.protocol.TJSONProtocol.JSONListContext
 
write() - Method in class org.apache.thrift.protocol.TJSONProtocol.JSONPairContext
 
write() - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol.Context
 
write() - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol.ListContext
 
write() - Method in class org.apache.thrift.protocol.TSimpleJSONProtocol.StructContext
 
write() - Method in class org.apache.thrift.server.TNonblockingServer.FrameBuffer
Give this FrameBuffer a chance to write its output to the final client.
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.TFileTransport
Writes up to len bytes from the buffer.
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
 
write_args(TProtocol) - Method in class org.apache.thrift.async.TAsyncMethodCall
 
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
 
writeCollectionBegin(byte, int) - Method in class org.apache.thrift.protocol.TCompactProtocol
Abstract method for writing the start of lists and sets.
writeContext_ - Variable in class org.apache.thrift.protocol.TSimpleJSONProtocol
Current context that we are in
writeContextStack_ - Variable in class org.apache.thrift.protocol.TSimpleJSONProtocol
Stack of nested contexts that we may be in.
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
 
writeValue(TProtocol) - Method in class org.apache.thrift.TUnion
 
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 J K L M N O P Q R S T U V W _