Package

io

snappydata

Permalink

package snappydata

Visibility
  1. Public
  2. All

Type Members

  1. case class DSID() extends LeafExpression with Nondeterministic with Product with Serializable

    Permalink

    Expression that returns the dsid of the server containing the row.

    Expression that returns the dsid of the server containing the row.

    Annotations
    @ExpressionDescription()
  2. trait Lead extends Server

    Permalink
  3. trait Locator extends FabricLocator

    Permalink
  4. trait ProtocolOverrides extends FabricServiceImpl

    Permalink
  5. final class RecurringFuture[T] extends AnyRef

    Permalink

    A future that will be run repeatedly if it is finished, else wait for the previous run.

    A future that will be run repeatedly if it is finished, else wait for the previous run. It also allows one to run explicitly on demand.

  6. trait Server extends FabricServer with StoreCallback

    Permalink
  7. trait TableStatsProviderService extends Logging

    Permalink
  8. 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 JOS extends Enumeration

    Permalink

    List of possible values for Join Order QueryHint.

    List of possible values for Join Order QueryHint.

    Note: Ordering is applicable only when index choice is left to the optimizer. By default, if user specifies explicit index hint like "select * from t1 --+ index()", optimizer will just honor the hint and skip everything mentioned in joinOrder. In other words, a blank index() hint for any table disables choice of index and its associated following rules.

  3. object LocalizedMessages

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

  5. 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

  6. object ServerManager

    Permalink

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

  7. object ServiceManager

    Permalink
  8. object SnappyDataFunctions

    Permalink

    This will contain all the functions specific to snappydata

  9. object SnappyEmbeddedTableStatsProviderService extends TableStatsProviderService

    Permalink
  10. object SnappySparkProperty

    Permalink
  11. object SnappySparkSQLProperty

    Permalink
  12. object SnappyTableStatsProviderService

    Permalink
  13. object SnappyThinConnectorTableStatsProvider extends TableStatsProviderService

    Permalink
  14. object SparkProperty

    Permalink
  15. object SparkSQLProperty

    Permalink
  16. object TestFile

    Permalink
  17. object ToolsCallbackImpl extends ToolsCallback with Logging

    Permalink
  18. package cluster

    Permalink
  19. package collection

    Permalink
  20. package examples

    Permalink
  21. package gemxd

    Permalink
  22. package impl

    Permalink
  23. package metrics

    Permalink
  24. package recovery

    Permalink
  25. package remote

    Permalink
  26. package sql

    Permalink
  27. package test

    Permalink
  28. package tools

    Permalink
  29. package util

    Permalink

Ungrouped