Object

io.snappydata

Property

Related Doc: package snappydata

Permalink

object Property extends Enumeration

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

Linear Supertypes
Enumeration, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Property
  2. Enumeration
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class SQLValue[T](name: String, altName: String, configEntry: SQLConfigEntry) extends Val with SQLAltName[T] with Product with Serializable

    Permalink
  2. case class SparkValue[T](name: String, altName: String, configEntry: SQLConfigEntry) extends Val with AltName[T] with Product with Serializable

    Permalink
  3. class Val extends Value with Serializable

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  4. abstract class Value extends Ordered[Value] with Serializable

    Permalink
    Definition Classes
    Enumeration
    Annotations
    @SerialVersionUID()
  5. class ValueSet extends AbstractSet[Value] with SortedSet[Value] with SortedSetLike[Value, ValueSet] with Serializable

    Permalink
    Definition Classes
    Enumeration

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val AQPDebugPoissonType: SQLValue[String]

    Permalink
  5. val AqpDebug: SQLValue[Boolean]

    Permalink
  6. val AqpDebugFixedSeed: SQLValue[Boolean]

    Permalink
  7. val Behavior: SQLValue[String]

    Permalink
  8. val ClosedFormEstimates: SQLValue[Boolean]

    Permalink
  9. val ColumnBatchSize: SQLValue[String]

    Permalink
  10. val ColumnMaxDeltaRows: SQLValue[Int]

    Permalink
  11. val Confidence: SQLValue[Double]

    Permalink
  12. val EnableExperimentalFeatures: SQLValue[Boolean]

    Permalink
  13. val Error: SQLValue[Double]

    Permalink
  14. val FlushReservoirThreshold: SQLValue[Int]

    Permalink
  15. val ForceLinkPartitionsToBuckets: SQLValue[Boolean]

    Permalink
  16. val HashAggregateSize: SQLValue[String]

    Permalink
  17. val HashJoinSize: SQLValue[String]

    Permalink
  18. val JobServerEnabled: SparkValue[Boolean]

    Permalink
  19. val JobServerWaitForInit: SparkValue[Boolean]

    Permalink
  20. val Locators: SparkValue[String]

    Permalink
  21. val MaxErrorAllowed: SQLValue[Double]

    Permalink
  22. val McastPort: SparkValue[Int]

    Permalink
  23. val NumBootStrapTrials: SQLValue[Int]

    Permalink
  24. val ParserTraceError: SQLValue[Boolean]

    Permalink
  25. val PartitionPruning: SQLValue[Boolean]

    Permalink
  26. val PlanCacheSize: SparkValue[Int]

    Permalink
  27. val PlanCaching: SQLValue[Boolean]

    Permalink
  28. val PlanCachingAll: SQLValue[Boolean]

    Permalink
  29. val PreferPrimariesInQuery: SQLValue[Boolean]

    Permalink
  30. val PutIntoInnerJoinCacheSize: SQLValue[String]

    Permalink
  31. final def SQLVal[T](name: String, doc: String, defaultValue: Option[T], prefix: String = null, isPublic: Boolean = true)(implicit arg0: ClassTag[T]): SQLValue[T]

    Permalink
    Attributes
    protected
  32. val SchedulerPool: SQLValue[String]

    Permalink
  33. val SnappyConnection: SparkValue[String]

    Permalink
  34. val Tokenize: SQLValue[Boolean]

    Permalink
  35. final def Val[T](name: String, doc: String, defaultValue: Option[T], prefix: String = null, isPublic: Boolean = true)(implicit arg0: ClassTag[T]): SparkValue[T]

    Permalink
    Attributes
    protected
  36. final def Value(i: Int, name: String): Value

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  37. final def Value(name: String): Value

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  38. final def Value(i: Int): Value

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  39. final def Value: Value

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  40. final def apply(x: Int): Value

    Permalink
    Definition Classes
    Enumeration
  41. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  42. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  44. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  45. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  46. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  47. def getPropertyValue(propertyName: String): Option[String]

    Permalink
  48. def getSnappyPropertyValue(propertyName: String): Option[String]

    Permalink
  49. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  50. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  51. final def maxId: Int

    Permalink
    Definition Classes
    Enumeration
  52. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  53. var nextId: Int

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  54. var nextName: Iterator[String]

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  55. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  56. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  57. def readResolve(): AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    Enumeration
  58. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  59. def toString(): String

    Permalink
    Definition Classes
    Enumeration → AnyRef → Any
  60. def values: ValueSet

    Permalink
    Definition Classes
    Enumeration
  61. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def withName(s: String): Value

    Permalink
    Definition Classes
    Enumeration

Inherited from Enumeration

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped