This package contains the main API for interacting with a cluster member group - this is
the way to start a Coherence cluster within a single JVM and then interact with it as a
storage disabled member or an Extend client.
This framework has the following motivations:
-
To have the smallest API possible, but to also provide enough control to support
the varied use cases and ways that Coherence is used.
-
To enable you to do your job and work with Coherence and not get in the your way,
the intention is that you should only need to reference the classes within this framework
in order to start-up and control a cluster - no more, it should not intrude into your
code-base.
-
To have the minimum dependencies, but still be functional - presently to use this framework,
you just need the littlegrid JAR and a version of Coherence (currently 3.5.3 -
3.7.1.0 have been tested).
-
To enable use of the littlegrid within simple Java application or within a test
framework such as JUnit or TestNG - the choice is yours.
-
To enable you to control the cluster member group construction through code using a fluent
builder API or through simple key/values in a properties object or properties files.