Interface | Description |
---|---|
ConfigurableTProtocol |
An interface for TProtocols that need to have properties passed in to
initialize them.
|
SkippableTProtocol |
An interface for TProtocols that can efficiently skip fields when
deserializing.
|
WriteNullsProtocol |
An interface for TProtocols that actually write out nulls - This should be
for all those that don't actually use fieldids in the written data like
TCTLSeparatedProtocol.
|
WriteTextProtocol |
An interface for TProtocols that can write out data in hadoop Text objects
(UTF-8 encoded String).
|
Class | Description |
---|---|
TBinarySortableProtocol |
An implementation of the Thrift Protocol for binary sortable records.
|
TBinarySortableProtocol.Factory |
Factory for TBinarySortableProtocol objects.
|
TCTLSeparatedProtocol |
An implementation of the Thrift Protocol for ctl separated records.
|
TCTLSeparatedProtocol.Factory |
Factory for JSON protocol objects.
|
ThriftByteStreamTypedSerDe |
ThriftByteStreamTypedSerDe.
|
ThriftDeserializer |
ThriftDeserializer.
|
TReflectionUtils |
TReflectionUtils.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.