Package

io

snappydata

Permalink

package snappydata

Visibility
  1. Public
  2. All

Type Members

  1. trait Lead extends Server

    Permalink
  2. trait Locator extends FabricLocator

    Permalink
  3. trait ProtocolOverrides extends FabricServiceImpl

    Permalink
  4. trait Server extends FabricServer with StoreCallback

    Permalink
  5. trait ToolsCallback extends AnyRef

    Permalink

Value Members

  1. object Constant

    Permalink

    Constant names suggested per naming convention http://docs.scala-lang.org/style/naming-conventions.html

    Constant names suggested per naming convention http://docs.scala-lang.org/style/naming-conventions.html

    we decided to use upper case with underscore word separator.

  2. object LocalizedMessages

    Permalink
  3. object Property extends Enumeration

    Permalink

    Property names should be as per naming convention http://docs.scala-lang.org/style/naming-conventions.html i.e.

    Property names should be as per naming convention http://docs.scala-lang.org/style/naming-conventions.html i.e. upper camel case.

  4. object QueryHint extends Enumeration

    Permalink

    SQL query hints as interpreted by the SnappyData SQL parser.

    SQL query hints as interpreted by the SnappyData SQL parser. The format mirrors closely the format used by Hive,Oracle query hints with a comment followed immediately by a '+' and then "key(value)" for the hint. Example:

    SELECT * /*+ hint(value) */ FROM t1

  5. object ServerManager

    Permalink

    Basic management of store servers which is common to all modes of operation (embedded, local, split cluster etc)

  6. object SnappyTableStatsProviderService extends Logging

    Permalink
  7. package impl

    Permalink
  8. package util

    Permalink

Ungrouped