org
.
apache
.
avro
.
ipc
IpcRequestor
class
IpcRequestor
extends
SpecificRequestor
Linear Supertypes
SpecificRequestor
,
InvocationHandler
,
Requestor
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
IpcRequestor
SpecificRequestor
InvocationHandler
Requestor
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
IpcRequestor
(
iface:
Class
[_]
,
transceiver:
AsyncTransceiver
,
data:
SpecificData
)
new
IpcRequestor
(
iface:
Class
[_]
,
transceiver:
AsyncTransceiver
)
Type Members
class
Request
extends
AnyRef
Attributes
private[
org.apache.avro.ipc
]
Definition Classes
Requestor
class
Response
extends
AnyRef
Attributes
private[
org.apache.avro.ipc
]
Definition Classes
Requestor
class
TransceiverCallback
[
T
]
extends
Callback
[
List
[
ByteBuffer
]]
Attributes
protected
Definition Classes
Requestor
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
Requestor
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
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
SpecificRequestor
def
getDatumWriter
(
arg0:
Schema
)
:
DatumWriter
[
AnyRef
]
Attributes
protected[
org.apache.avro.ipc.specific
]
Definition Classes
SpecificRequestor
def
getLocal
()
:
Protocol
Definition Classes
Requestor
def
getRemote
()
:
Protocol
Definition Classes
Requestor
Annotations
@throws
(
classOf[java.io.IOException]
)
def
getSpecificData
()
:
SpecificData
Definition Classes
SpecificRequestor
def
getTransceiver
()
:
Transceiver
Definition Classes
Requestor
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
invoke
(
proxy:
Any
,
method:
Method
,
args:
Array
[
AnyRef
]
)
:
AnyRef
Definition Classes
IpcRequestor
→ SpecificRequestor → InvocationHandler
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
readError
(
arg0:
Schema
,
arg1:
Schema
,
arg2:
Decoder
)
:
Exception
Definition Classes
SpecificRequestor → Requestor
Annotations
@throws
(
classOf[java.io.IOException]
)
def
readResponse
(
arg0:
Schema
,
arg1:
Schema
,
arg2:
Decoder
)
:
AnyRef
Definition Classes
SpecificRequestor → Requestor
Annotations
@throws
(
classOf[java.io.IOException]
)
def
request
[
T
]
(
arg0:
String
,
arg1:
Any
,
arg2:
Callback
[
T
]
)
:
Unit
Definition Classes
Requestor
Annotations
@throws
(
classOf[java.lang.Exception]
)
def
request
(
arg0:
String
,
arg1:
Any
)
:
AnyRef
Definition Classes
Requestor
Annotations
@throws
(
classOf[java.lang.Exception]
)
def
setPostRequestPreparer
(
postRequestPreparer:
PostRequestPreparer
)
:
Unit
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
writeRequest
(
arg0:
Schema
,
arg1:
Any
,
arg2:
Encoder
)
:
Unit
Definition Classes
SpecificRequestor → Requestor
Annotations
@throws
(
classOf[java.io.IOException]
)
Deprecated Value Members
def
getDatumReader
(
arg0:
Schema
)
:
DatumReader
[
AnyRef
]
Attributes
protected[
org.apache.avro.ipc.specific
]
Definition Classes
SpecificRequestor
Annotations
@Deprecated
@deprecated
Deprecated
(Since version )
see corresponding Javadoc for more information.
def
readError
(
arg0:
Schema
,
arg1:
Decoder
)
:
AnyRef
Definition Classes
Requestor
Annotations
@Deprecated
@deprecated
@throws
(
classOf[java.io.IOException]
)
Deprecated
(Since version )
see corresponding Javadoc for more information.
def
readResponse
(
arg0:
Schema
,
arg1:
Decoder
)
:
AnyRef
Definition Classes
Requestor
Annotations
@Deprecated
@deprecated
@throws
(
classOf[java.io.IOException]
)
Deprecated
(Since version )
see corresponding Javadoc for more information.
Inherited from
SpecificRequestor
Inherited from
InvocationHandler
Inherited from
Requestor
Inherited from
AnyRef
Inherited from
Any
Ungrouped