|
||||||||||
| 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.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)
|
| 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.specific |
|---|
| Subclasses of AvroRemoteException in org.apache.avro.specific | |
|---|---|
class |
SpecificExceptionBase
Base class for specific exceptions. |
| Methods in org.apache.avro.specific that return AvroRemoteException | |
|---|---|
AvroRemoteException |
SpecificRequestor.readError(Schema schema,
Decoder in)
|
| Methods in org.apache.avro.specific with parameters of type AvroRemoteException | |
|---|---|
void |
SpecificResponder.writeError(Schema schema,
AvroRemoteException error,
Encoder out)
|
| Methods in org.apache.avro.specific that throw AvroRemoteException | |
|---|---|
Object |
SpecificResponder.respond(Protocol.Message message,
Object request)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||