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 ExtendibleURLClassLoader extends URLClassLoader

    Permalink
  3. class GenericInternalRowWithSchema extends GenericInternalRow

    Permalink
  4. final class GenericValidatingConverter extends ValidatingConverter

    Permalink
  5. final class IdentityValidatingConverter extends ValidatingConverter

    Permalink
  6. class LeadImpl extends ServerImpl with Lead with ProtocolOverrides with Logging

    Permalink
  7. class LocatorImpl extends FabricLocatorImpl with Locator with ProtocolOverrides

    Permalink
  8. final class MapValidatingConverter extends ValidatingConverter

    Permalink
  9. final class NullValidatingConverter extends ValidatingConverter

    Permalink
  10. 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

  11. final class SmartConnectorRDDHelper extends AnyRef

    Permalink
  12. class SnappyHiveConf extends HiveConf

    Permalink
  13. final class StructValidatingConverter extends ValidatingConverter

    Permalink
  14. trait ValidatingConverter extends AnyRef

    Permalink

Value Members

  1. object LeadImpl extends Serializable

    Permalink
  2. object ValidatingConverter

    Permalink

Ungrouped