Package

io.snappydata

impl

Permalink

package impl

Visibility
  1. Public
  2. All

Type Members

  1. final class ComplexTypeSerializerImpl extends ComplexTypeSerializer with Logging

    Permalink

    Implementation of ComplexTypeSerializer using SnappyData's SerializedArray/Map/Row types.

    Implementation of ComplexTypeSerializer using SnappyData's SerializedArray/Map/Row types. These honour platform endianness and are overall more efficient than Spark's Unsafe* variants. The serialized sizes are included in the serialized form to make it consistent with the column table encoding so no additional conversions will be required when copying to-and-fro from column format vs row format.

    Not required for the thrift JDBC driver that natively supports the complex types via the simpler getObject() JDBC APIs.

  2. class GenericInternalRowWithSchema extends GenericInternalRow

    Permalink
  3. final class GenericValidatingConverter extends ValidatingConverter

    Permalink
  4. final class IdentityValidatingConverter extends ValidatingConverter

    Permalink
  5. final class MapValidatingConverter extends ValidatingConverter

    Permalink
  6. final class NullValidatingConverter extends ValidatingConverter

    Permalink
  7. class ServerImpl extends FabricServerImpl with Server with ProtocolOverrides

    Permalink

    This class ties up few things that is Snappy specific.

    This class ties up few things that is Snappy specific. for e.g. Connection url & ClusterCallback

  8. class SnappyHiveCatalog extends ExternalCatalog

    Permalink
  9. final class SparkShellRDDHelper extends AnyRef

    Permalink
  10. final class StructValidatingConverter extends ValidatingConverter

    Permalink
  11. trait ValidatingConverter extends AnyRef

    Permalink

Value Members

  1. object SparkShellRDDHelper

    Permalink
  2. object ValidatingConverter

    Permalink

Ungrouped