|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AvroRemoteException | |
---|---|
org.apache.avro.generic | A generic representation for Avro data. |
org.apache.avro.ipc | Support for inter-process calls. |
org.apache.avro.reflect | Use Java reflection to generate schemas and protocols for existing classes. |
org.apache.avro.specific | Generate specific Java classes for schemas and protocols. |
Uses of AvroRemoteException in org.apache.avro.generic |
---|
Methods in org.apache.avro.generic that return AvroRemoteException | |
---|---|
AvroRemoteException |
GenericRequestor.readError(Schema schema,
Decoder in)
|
Methods in org.apache.avro.generic with parameters of type AvroRemoteException | |
---|---|
void |
GenericResponder.writeError(Schema schema,
AvroRemoteException error,
Encoder out)
Writes an error message. |
Uses of AvroRemoteException in org.apache.avro.ipc |
---|
Fields in org.apache.avro.ipc declared as AvroRemoteException | |
---|---|
protected AvroRemoteException |
RPCContext.error
|
Methods in org.apache.avro.ipc that return AvroRemoteException | |
---|---|
AvroRemoteException |
RPCContext.error()
The exception generated at the server, or null if no such exception has occured |
abstract AvroRemoteException |
Requestor.readError(Schema schema,
Decoder in)
Reads an error message. |
Methods in org.apache.avro.ipc with parameters of type AvroRemoteException | |
---|---|
abstract void |
Responder.writeError(Schema schema,
AvroRemoteException error,
Encoder out)
Writes an error message. |
Methods in org.apache.avro.ipc that throw AvroRemoteException | |
---|---|
abstract Object |
Responder.respond(Protocol.Message message,
Object request)
Computes the response for a message. |
Uses of AvroRemoteException in org.apache.avro.reflect |
---|
Methods in org.apache.avro.reflect that return AvroRemoteException | |
---|---|
AvroRemoteException |
ReflectRequestor.readError(Schema schema,
Decoder in)
|
Methods in org.apache.avro.reflect with parameters of type AvroRemoteException | |
---|---|
void |
ReflectResponder.writeError(Schema schema,
AvroRemoteException error,
Encoder out)
Writes an error message. |
Methods in org.apache.avro.reflect that throw AvroRemoteException | |
---|---|
Object |
ReflectResponder.respond(Protocol.Message message,
Object request)
|
Uses of AvroRemoteException in org.apache.avro.specific |
---|
Subclasses of AvroRemoteException in org.apache.avro.specific | |
---|---|
class |
SpecificExceptionBase
Base class for specific exceptions. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |