org
.
apache
.
avro
.
ipc
AsyncResponder
class
AsyncResponder
extends
SpecificResponder
Linear Supertypes
SpecificResponder
,
GenericResponder
,
Responder
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
AsyncResponder
SpecificResponder
GenericResponder
Responder
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
AsyncResponder
(
protocol:
Protocol
,
impl:
Any
,
data:
SpecificData
)
new
AsyncResponder
(
protocol:
Protocol
,
impl:
Any
)
new
AsyncResponder
(
iface:
Class
[_]
,
impl:
Any
,
data:
SpecificData
)
new
AsyncResponder
(
iface:
Class
[_]
,
impl:
Any
)
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
def
addRPCPlugin
(
arg0:
RPCPlugin
)
:
Unit
Definition Classes
Responder
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
asyncRespond
(
buffers:
List
[
ByteBuffer
]
)
:
Promise
[
List
[
ByteBuffer
]]
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getDatumReader
(
arg0:
Schema
,
arg1:
Schema
)
:
DatumReader
[
AnyRef
]
Attributes
protected[
org.apache.avro.ipc.specific
]
Definition Classes
SpecificResponder → GenericResponder
def
getDatumWriter
(
arg0:
Schema
)
:
DatumWriter
[
AnyRef
]
Attributes
protected[
org.apache.avro.ipc.specific
]
Definition Classes
SpecificResponder → GenericResponder
def
getGenericData
()
:
GenericData
Definition Classes
GenericResponder
def
getLocal
()
:
Protocol
Definition Classes
Responder
def
getSpecificData
()
:
SpecificData
Definition Classes
SpecificResponder
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
readRequest
(
arg0:
Schema
,
arg1:
Schema
,
arg2:
Decoder
)
:
AnyRef
Definition Classes
GenericResponder → Responder
Annotations
@throws
(
classOf[java.io.IOException]
)
def
respond
(
arg0:
Message
,
arg1:
Any
)
:
AnyRef
Definition Classes
SpecificResponder → Responder
Annotations
@throws
(
classOf[java.lang.Exception]
)
def
respond
(
arg0:
List
[
ByteBuffer
]
,
arg1:
Transceiver
)
:
List
[
ByteBuffer
]
Definition Classes
Responder
Annotations
@throws
(
classOf[java.io.IOException]
)
def
respond
(
arg0:
List
[
ByteBuffer
]
)
:
List
[
ByteBuffer
]
Definition Classes
Responder
Annotations
@throws
(
classOf[java.io.IOException]
)
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
writeError
(
arg0:
Schema
,
arg1:
Any
,
arg2:
Encoder
)
:
Unit
Definition Classes
SpecificResponder → GenericResponder → Responder
Annotations
@throws
(
classOf[java.io.IOException]
)
def
writeResponse
(
arg0:
Schema
,
arg1:
Any
,
arg2:
Encoder
)
:
Unit
Definition Classes
GenericResponder → Responder
Annotations
@throws
(
classOf[java.io.IOException]
)
Inherited from
SpecificResponder
Inherited from
GenericResponder
Inherited from
Responder
Inherited from
AnyRef
Inherited from
Any
Ungrouped