JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
G
I
M
P
R
S
T
A
Address
- Interface in
com.facebook.drift.transport.client
C
com.facebook.drift.transport
- package com.facebook.drift.transport
com.facebook.drift.transport.client
- package com.facebook.drift.transport.client
com.facebook.drift.transport.server
- package com.facebook.drift.transport.server
ConnectionFailedException
- Exception in
com.facebook.drift.transport.client
ConnectionFailedException(Address, Throwable)
- Constructor for exception com.facebook.drift.transport.client.
ConnectionFailedException
createMethodInvoker(I)
- Method in interface com.facebook.drift.transport.client.
MethodInvokerFactory
createServerTransport(ServerMethodInvoker)
- Method in interface com.facebook.drift.transport.server.
ServerTransportFactory
D
delay(Duration)
- Method in interface com.facebook.drift.transport.client.
MethodInvoker
Gets a future that completes after the specified delay.
DriftApplicationException
- Exception in
com.facebook.drift.transport.client
DriftApplicationException(Throwable)
- Constructor for exception com.facebook.drift.transport.client.
DriftApplicationException
DriftClientConfig
- Class in
com.facebook.drift.transport.client
DriftClientConfig()
- Constructor for class com.facebook.drift.transport.client.
DriftClientConfig
DriftServerConfig
- Class in
com.facebook.drift.transport.server
DriftServerConfig()
- Constructor for class com.facebook.drift.transport.server.
DriftServerConfig
G
getAddress()
- Method in exception com.facebook.drift.transport.client.
ConnectionFailedException
getAddress()
- Method in class com.facebook.drift.transport.client.
InvokeRequest
getBackoffScaleFactor()
- Method in class com.facebook.drift.transport.client.
DriftClientConfig
getCodec()
- Method in class com.facebook.drift.transport.
ParameterMetadata
getExceptionCodecs()
- Method in class com.facebook.drift.transport.
MethodMetadata
getExceptionId(Class<? extends Throwable>)
- Method in class com.facebook.drift.transport.
MethodMetadata
getFieldId()
- Method in class com.facebook.drift.transport.
ParameterMetadata
getHeaders()
- Method in class com.facebook.drift.transport.client.
InvokeRequest
getHeaders()
- Method in class com.facebook.drift.transport.server.
ServerInvokeRequest
getHostAndPort()
- Method in interface com.facebook.drift.transport.client.
Address
getMaxBackoffDelay()
- Method in class com.facebook.drift.transport.client.
DriftClientConfig
getMaxRetries()
- Method in class com.facebook.drift.transport.client.
DriftClientConfig
getMaxRetryTime()
- Method in class com.facebook.drift.transport.client.
DriftClientConfig
getMethod()
- Method in class com.facebook.drift.transport.client.
InvokeRequest
getMethod()
- Method in class com.facebook.drift.transport.server.
ServerInvokeRequest
getMethodMetadata(String)
- Method in interface com.facebook.drift.transport.server.
ServerMethodInvoker
getMinBackoffDelay()
- Method in class com.facebook.drift.transport.client.
DriftClientConfig
getName()
- Method in class com.facebook.drift.transport.
MethodMetadata
getName()
- Method in class com.facebook.drift.transport.
ParameterMetadata
getParameterByFieldId(short)
- Method in class com.facebook.drift.transport.
MethodMetadata
getParameters()
- Method in class com.facebook.drift.transport.client.
InvokeRequest
getParameters()
- Method in class com.facebook.drift.transport.
MethodMetadata
getParameters()
- Method in class com.facebook.drift.transport.server.
ServerInvokeRequest
getResultCodec()
- Method in class com.facebook.drift.transport.
MethodMetadata
I
invoke(InvokeRequest)
- Method in interface com.facebook.drift.transport.client.
MethodInvoker
Invoke the specified method asynchronously.
invoke(ServerInvokeRequest)
- Method in interface com.facebook.drift.transport.server.
ServerMethodInvoker
Invoke the specified method asynchronously.
InvokeRequest
- Class in
com.facebook.drift.transport.client
InvokeRequest(MethodMetadata, Address, Map<String, String>, List<Object>)
- Constructor for class com.facebook.drift.transport.client.
InvokeRequest
isEncryptionRequired()
- Method in interface com.facebook.drift.transport.client.
Address
isIdempotent()
- Method in class com.facebook.drift.transport.
MethodMetadata
isOneway()
- Method in class com.facebook.drift.transport.
MethodMetadata
isStatsEnabled()
- Method in class com.facebook.drift.transport.client.
DriftClientConfig
isStatsEnabled()
- Method in class com.facebook.drift.transport.server.
DriftServerConfig
M
MessageTooLargeException
- Exception in
com.facebook.drift.transport.client
MessageTooLargeException(String, Throwable)
- Constructor for exception com.facebook.drift.transport.client.
MessageTooLargeException
MethodInvoker
- Interface in
com.facebook.drift.transport.client
MethodInvokerFactory
<
I
> - Interface in
com.facebook.drift.transport.client
MethodMetadata
- Class in
com.facebook.drift.transport
MethodMetadata(String, List<ParameterMetadata>, ThriftCodec<Object>, Map<Short, ThriftCodec<Object>>, boolean, boolean)
- Constructor for class com.facebook.drift.transport.
MethodMetadata
P
ParameterMetadata
- Class in
com.facebook.drift.transport
ParameterMetadata(short, String, ThriftCodec<Object>)
- Constructor for class com.facebook.drift.transport.
ParameterMetadata
R
recordResult(String, long, ListenableFuture<Object>)
- Method in interface com.facebook.drift.transport.server.
ServerMethodInvoker
Record results timing for a method invocation.
RequestTimeoutException
- Exception in
com.facebook.drift.transport.client
RequestTimeoutException(String)
- Constructor for exception com.facebook.drift.transport.client.
RequestTimeoutException
S
ServerInvokeRequest
- Class in
com.facebook.drift.transport.server
ServerInvokeRequest(MethodMetadata, Map<String, String>, Map<Short, Object>)
- Constructor for class com.facebook.drift.transport.server.
ServerInvokeRequest
ServerMethodInvoker
- Interface in
com.facebook.drift.transport.server
ServerTransport
- Interface in
com.facebook.drift.transport.server
ServerTransportFactory
- Interface in
com.facebook.drift.transport.server
setBackoffScaleFactor(double)
- Method in class com.facebook.drift.transport.client.
DriftClientConfig
setMaxBackoffDelay(Duration)
- Method in class com.facebook.drift.transport.client.
DriftClientConfig
setMaxRetries(int)
- Method in class com.facebook.drift.transport.client.
DriftClientConfig
setMaxRetryTime(Duration)
- Method in class com.facebook.drift.transport.client.
DriftClientConfig
setMinBackoffDelay(Duration)
- Method in class com.facebook.drift.transport.client.
DriftClientConfig
setStatsEnabled(boolean)
- Method in class com.facebook.drift.transport.client.
DriftClientConfig
setStatsEnabled(boolean)
- Method in class com.facebook.drift.transport.server.
DriftServerConfig
shutdown()
- Method in interface com.facebook.drift.transport.server.
ServerTransport
start()
- Method in interface com.facebook.drift.transport.server.
ServerTransport
T
toMethodMetadata(ThriftCodecManager, ThriftMethodMetadata)
- Static method in class com.facebook.drift.transport.
MethodMetadata
toString()
- Method in class com.facebook.drift.transport.client.
InvokeRequest
toString()
- Method in class com.facebook.drift.transport.
MethodMetadata
toString()
- Method in class com.facebook.drift.transport.
ParameterMetadata
toString()
- Method in class com.facebook.drift.transport.server.
ServerInvokeRequest
A
C
D
G
I
M
P
R
S
T
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2012–2021. All rights reserved.