org.openspaces.scala

repl

package repl

Visibility
  1. Public
  2. All

Type Members

  1. case class ExecutionHolder(gigaSpace: GigaSpace, context: ApplicationContext = null, clusterInfo: ClusterInfo = null) extends Product with Serializable

    Holds a GigaSpace proxy, the application context and the cluster info for execute operations performed in the REPL.

    Holds a GigaSpace proxy, the application context and the cluster info for execute operations performed in the REPL.

    Since

    9.6

    See also

    org.openspaces.scala.repl.GigaSpacesScalaReplUtils#execute

  2. class GigaSpacesScalaReplLoop extends ILoop

    An extension of scala.tools.nsc.interpreter.ILoop (The scala REPL).

    An extension of scala.tools.nsc.interpreter.ILoop (The scala REPL).

    Since

    9.6

Value Members

  1. object GigaSpacesScalaRepl

    Entry point for the XAP enhanced scala REPL.

    Entry point for the XAP enhanced scala REPL.

    Since

    9.6

  2. object GigaSpacesScalaReplUtils

    Utility methods to simplify work during an REPL session.

    Utility methods to simplify work during an REPL session.

    Since

    9.6

Ungrouped