|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TBase | |
|---|---|
| org.apache.thrift | |
| org.apache.thrift.meta_data | |
| Uses of TBase in org.apache.thrift |
|---|
| Classes in org.apache.thrift with type parameters of type TBase | |
|---|---|
interface |
TBase<T extends TBase,F extends TFieldIdEnum>
Generic base interface for generated Thrift objects. |
| Classes in org.apache.thrift that implement TBase | |
|---|---|
class |
TUnion<T extends TUnion,F extends TFieldIdEnum>
|
| Methods in org.apache.thrift that return TBase | |
|---|---|
TBase<T,F> |
TBase.deepCopy()
|
| Methods in org.apache.thrift with parameters of type TBase | |
|---|---|
void |
TDeserializer.deserialize(TBase base,
byte[] bytes)
Deserialize the Thrift object from a byte array. |
void |
TDeserializer.deserialize(TBase base,
java.lang.String data,
java.lang.String charset)
Deserialize the Thrift object from a Java string, using a specified character set for decoding. |
void |
TDeserializer.fromString(TBase base,
java.lang.String data)
Deserialize the Thrift object from a Java string, using the default JVM charset encoding. |
void |
TDeserializer.partialDeserialize(TBase tb,
byte[] bytes,
TFieldIdEnum fieldIdPathFirst,
TFieldIdEnum... fieldIdPathRest)
Deserialize only a single Thrift object (addressed by recursively using field id) from a byte record. |
byte[] |
TSerializer.serialize(TBase base)
Serialize the Thrift object into a byte array. |
java.lang.String |
TSerializer.toString(TBase base)
Serialize the Thrift object into a Java string, using the default JVM charset encoding. |
java.lang.String |
TSerializer.toString(TBase base,
java.lang.String charset)
Serialize the Thrift object into a Java string, using a specified character set for encoding. |
| Uses of TBase in org.apache.thrift.meta_data |
|---|
| Fields in org.apache.thrift.meta_data with type parameters of type TBase | |
|---|---|
java.lang.Class<? extends TBase> |
StructMetaData.structClass
|
| Method parameters in org.apache.thrift.meta_data with type arguments of type TBase | |
|---|---|
static void |
FieldMetaData.addStructMetaDataMap(java.lang.Class<? extends TBase> sClass,
java.util.Map<? extends TFieldIdEnum,FieldMetaData> map)
|
static java.util.Map<? extends TFieldIdEnum,FieldMetaData> |
FieldMetaData.getStructMetaDataMap(java.lang.Class<? extends TBase> sClass)
Returns a map with metadata (i.e. |
| Constructor parameters in org.apache.thrift.meta_data with type arguments of type TBase | |
|---|---|
StructMetaData(byte type,
java.lang.Class<? extends TBase> sClass)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||