|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Utf8 | |
---|---|
org.apache.avro.io | Input/output utilities. |
org.apache.avro.ipc | Support for inter-process calls. |
org.apache.avro.util | Common utility classes. |
Uses of Utf8 in org.apache.avro.io |
---|
Methods in org.apache.avro.io that return Utf8 | |
---|---|
Utf8 |
JsonDecoder.readString(Utf8 old)
|
Utf8 |
BinaryDecoder.readString(Utf8 old)
|
Utf8 |
ValidatingDecoder.readString(Utf8 old)
|
abstract Utf8 |
Decoder.readString(Utf8 old)
Reads a char-string written by Encoder.writeString(org.apache.avro.util.Utf8) . |
Methods in org.apache.avro.io with parameters of type Utf8 | |
---|---|
Utf8 |
JsonDecoder.readString(Utf8 old)
|
Utf8 |
BinaryDecoder.readString(Utf8 old)
|
Utf8 |
ValidatingDecoder.readString(Utf8 old)
|
abstract Utf8 |
Decoder.readString(Utf8 old)
Reads a char-string written by Encoder.writeString(org.apache.avro.util.Utf8) . |
void |
JsonEncoder.writeString(Utf8 utf8)
|
void |
ValidatingEncoder.writeString(Utf8 utf8)
|
void |
BinaryEncoder.writeString(Utf8 utf8)
|
void |
BlockingBinaryEncoder.writeString(Utf8 utf8)
|
abstract void |
Encoder.writeString(Utf8 utf8)
Write a Unicode character string. |
Uses of Utf8 in org.apache.avro.ipc |
---|
Fields in org.apache.avro.ipc with type parameters of type Utf8 | |
---|---|
protected Map<Utf8,ByteBuffer> |
RPCContext.requestCallMeta
|
protected Map<Utf8,ByteBuffer> |
RPCContext.requestSessionMeta
|
protected Map<Utf8,ByteBuffer> |
RPCContext.responseCallMeta
|
protected Map<Utf8,ByteBuffer> |
RPCContext.responseSessionMeta
|
Methods in org.apache.avro.ipc that return types with arguments of type Utf8 | |
---|---|
Map<Utf8,ByteBuffer> |
RPCContext.requestCallMeta()
This is an access method for the per-call state provided by the client to the server. |
Map<Utf8,ByteBuffer> |
RPCContext.requestSessionMeta()
This is an access method for the session state provided by the client to the server. |
Map<Utf8,ByteBuffer> |
RPCContext.responseCallMeta()
This is an access method for the per-call state provided by the server back to the client. |
Map<Utf8,ByteBuffer> |
RPCContext.responseSessionMeta()
This is an access method for the session state provided by the server back to the client |
Uses of Utf8 in org.apache.avro.util |
---|
Methods in org.apache.avro.util that return Utf8 | |
---|---|
Utf8 |
Utf8.setLength(int newLength)
|
Methods in org.apache.avro.util with parameters of type Utf8 | |
---|---|
int |
Utf8.compareTo(Utf8 that)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |