org.gridgain.scalar

pimps

package pimps

Contains Scala "Pimp" implementations for main GridGain entities.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. pimps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait PimpedType[X] extends AnyRef

    Sub class to create a wrapper type for X as documentation that the sub class follows the 'pimp my library' pattern.

  2. class ScalarCachePimp[K, V] extends ScalarCacheProjectionPimp[K, V] with Ordered[GridCache[K, V]]

    Defines Scalar "pimp" for GridCache on Java side.

  3. class ScalarCacheProjectionPimp[K, V] extends PimpedType[GridCacheProjection[K, V]] with Iterable[GridCacheEntry[K, V]]

    Defines Scalar "pimp" for GridCacheProjection on Java side.

  4. class ScalarGridPimp extends ScalarProjectionPimp[Grid] with ScalarTaskThreadContext[Grid]

    Defines Scalar "pimp" for Grid on Java side.

  5. class ScalarProjectionPimp[A <: GridProjection] extends PimpedType[A] with Iterable[GridNode] with ScalarTaskThreadContext[A]

    Defines Scalar "pimp" for GridProjection on Java side.

  6. trait ScalarTaskThreadContext[T <: GridProjection] extends ScalarConversions

    This trait provide mixin for properly typed version of GridProjection#with...() methods.

Value Members

  1. object PimpedType

  2. object ScalarCachePimp

    Companion object.

  3. object ScalarCacheProjectionPimp

    Companion object.

  4. object ScalarGridPimp

    Companion object.

  5. object ScalarProjectionPimp

    Companion object.

Inherited from AnyRef

Inherited from Any

Ungrouped

GridGain™ - Scalar DSL, ver. 6.1.8
2014 Copyright © GridGain Systems