Package com.tangosol.net
Class Coherence.Builder
- java.lang.Object
-
- com.tangosol.net.Coherence.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Coherence
build()
Build aCoherence
instance.protected Coherence
build(boolean fAllowDuplicate)
Coherence
build(ClassLoader loader)
Build aCoherence
instance.protected Coherence
build(ClassLoader loader, boolean fAllowDuplicate)
-
-
-
Method Detail
-
build
public Coherence build(ClassLoader loader)
Build aCoherence
instance.- Parameters:
loader
- theClassLoader
associated with theCoherence
instance- Returns:
- a
Coherence
instance
-
build
protected Coherence build(boolean fAllowDuplicate)
-
build
protected Coherence build(ClassLoader loader, boolean fAllowDuplicate)
-
-