public interface Scheme
Scheme
defines the configuration information and necessary
builders for the construction of various well-known and identifiable
structures used by Coherence at runtime.
Coherence Scheme
s are best thought of as "templates" or "plans" that
are used for constructing runtime infrastructure. Common examples include:
services, caches, backing maps and cache stores.
Some Coherence Scheme
s, such as backing-map-schemes, are only used to
create maps, whereas as others, such as distributed-scheme are used to create
services, caches, and backing maps (as required by an inner scheme). In
addition, Coherence also provides Scheme
s that are unrelated to
caches and maps, such as invocation-scheme and cache-store scheme.
Modifier and Type | Method and Description |
---|---|
String |
getSchemeName()
Obtains the name of the
Scheme . |
boolean |
isAnonymous()
Determines if the
Scheme is a defined and thus useful name. |