Package

com.twitter.scrooge

internal

Permalink

package internal

Visibility
  1. Public
  2. All

Type Members

  1. final class TProtocols extends AnyRef

    Permalink

    Reads and writes fields for a TProtocol.

    Reads and writes fields for a TProtocol. Intended to be used by generated code. See StructTemplate.

    This class is stateless and as such can be shared across threads. As per usual with Thrift, the TProtocol instances do have state and they are not thread-safe.

    Note

    this class, while public, is not intended to be used outside of generated code.

    See also

    TProtocols.apply() for an instance.

  2. final class ThriftStructMetaDataUtil[T <: ThriftStruct] extends AnyRef

    Permalink

    A class for introspecting a ThriftStruct to get its name and class information.

    A class for introspecting a ThriftStruct to get its name and class information. It uses reflection to get the required information from the codec, so use should be avoided as much as possible.

    Note

    This class is public but within the com.twitter.scrooge.internal namespace, and thus should only be used within scrooge or from generated code.

Value Members

  1. object ApplicationExceptions

    Permalink

    Internal helpers for Scrooge classes - should not be called by user code

  2. object TProtocols

    Permalink

Ungrouped