public class NullImplementation extends ClassLoader
Modifier and Type | Class and Description |
---|---|
static class |
NullImplementation.NullActionPolicy
An implementation of an ActionPolicy that allows all actions.
|
static class |
NullImplementation.NullAddressProvider
Null implementation of
AddressProvider . |
static class |
NullImplementation.NullBackingMapManagerContext
An implementation of BackingMapManagerContext that does nothing.
|
static class |
NullImplementation.NullCacheStore
An implementation of an CacheStore that does nothing.
|
static class |
NullImplementation.NullCollector<V>
A
Collector implementation that does nothing. |
static class |
NullImplementation.NullContinuation<R>
A Continuation that does nothing.
|
static class |
NullImplementation.NullConverter
A Converter that does nothing.
|
static class |
NullImplementation.NullDeltaCompressor
An implementation of a DeltaCompressor that does nothing and always
returns the new stream.
|
static class |
NullImplementation.NullEntryProcessor
An implementation of an EntryProcessor that does nothing and returns
Boolean.TRUE as a result of execution.
|
static class |
NullImplementation.NullEnumerator
An empty enumerator.
|
static class |
NullImplementation.NullMap
A Map that contains nothing and does nothing.
|
static class |
NullImplementation.NullObservableMap
An immutable ObservableMap which contains nothing.
|
static class |
NullImplementation.NullOutputStream
An OutputStream that does basically nothing.
|
static class |
NullImplementation.NullPartitionAssignmentStrategy
An implementation of
PartitionAssignmentStrategy that does nothing. |
static class |
NullImplementation.NullPersistenceEnvironment<R>
A
PersistenceEnvironment that does nothing. |
static class |
NullImplementation.NullPersistenceManager<R>
A
PersistenceManager that does nothing. |
static class |
NullImplementation.NullPersistentStore<R>
A
PersistentStore that does as little as possible. |
static class |
NullImplementation.NullPofContext
An implementation of PofContext that does nothing.
|
static class |
NullImplementation.NullPofHandler
An implementation of PofHandler that does nothing.
|
static class |
NullImplementation.NullReader
A reader that does basically nothing.
|
static class |
NullImplementation.NullResourceRegistry
A
ResourceRegistry implementation that does nothing. |
static class |
NullImplementation.NullSet
An immutable set which contains nothing.
|
static class |
NullImplementation.NullValueExtractor
A ValueExtractor that always results in the passed-in value.
|
static class |
NullImplementation.NullWriter
A writer that does basically nothing.
|
Modifier and Type | Method and Description |
---|---|
static ActionPolicy |
getActionPolicy()
Factory method: Obtain a null implementation of an ActionPolicy.
|
static AddressProvider |
getAddressProvider()
Factory method: Obtain a null implementation of an
AddressProvider . |
static AutoCloseable |
getAutoCloseable()
Factory method: Obtain a null implementation of an
AutoCloseable . |
static BackingMapManagerContext |
getBackingMapManagerContext()
Factory method: Obtain a null implementation of a BackingMapManagerContext.
|
static CacheStore |
getCacheStore()
Factory method: Obtain a null implementation of a CacheStore.
|
static ClassLoader |
getClassLoader()
Factory method: Obtain a null implementation of a ClassLoader.
|
static <V> com.oracle.coherence.common.base.Collector<V> |
getCollector()
Factory method: Obtain a null implementation of a
Collector . |
static <R> com.oracle.coherence.common.base.Continuation<R> |
getContinuation()
Factory method: Obtain a null implementation of a
Continuation . |
static <T,R> Converter<T,R> |
getConverter()
Factory method: Obtain a null implementation of a Converter.
|
static DataOutput |
getDataOutput()
Factory method: Obtain a null implementation of a DataOutput.
|
static DeltaCompressor |
getDeltaCompressor()
Factory method: Obtain a null implementation of a DeltaCompressor.
|
static InvocableMap.EntryProcessor |
getEntryProcessor()
Factory method: Obtain a null implementation of an EntryProcessor.
|
static Enumeration |
getEnumeration()
Returns an instance of the null enumerator.
|
static <T> Iterable<T> |
getIterable()
Returns an instance of the null iterable.
|
static <T> Iterator<T> |
getIterator()
Returns an instance of the null iterator.
|
static <K,V> Map<K,V> |
getMap()
Returns an instance of the NullMap.
|
static ObservableMap |
getObservableMap()
Returns an instance of the NullObservableMap.
|
static OutputStream |
getOutputStream()
Factory method: Obtain a null implementation of a OutputStream.
|
static PartitionAssignmentStrategy |
getPartitionAssignmentStrategy()
Factory method: Obtain a null implementation of a PartitionAssignmentStrategy.
|
static <R> com.oracle.coherence.persistence.PersistenceEnvironment<R> |
getPersistenceEnvironment()
Factory method: Obtain a null implementation of a
PersistenceEnvironment . |
static <R> com.oracle.coherence.persistence.PersistenceEnvironment<R> |
getPersistenceEnvironment(Class<R> clz)
Factory method: Obtain a null implementation of a
PersistenceEnvironment . |
static <R> com.oracle.coherence.persistence.PersistenceManager<R> |
getPersistenceManager()
Factory method: Obtain a null implementation of a
PersistenceManager . |
static <R> com.oracle.coherence.persistence.PersistenceManager<R> |
getPersistenceManager(Class<R> clz)
Factory method: Obtain a null implementation of a
PersistenceManager . |
static <R> com.oracle.coherence.persistence.PersistentStore<R> |
getPersistentStore()
Factory method: Obtain a null implementation of a
PersistentStore . |
static <R> com.oracle.coherence.persistence.PersistentStore<R> |
getPersistentStore(Class<R> clz)
Factory method: Obtain a null implementation of a
PersistentStore . |
static PofContext |
getPofContext()
Factory method: Obtain a null implementation of a PofContext.
|
static PofHandler |
getPofHandler()
Factory method: Obtain a null implementation of a PofHandler.
|
static Reader |
getReader()
Factory method: Obtain a null implementation of a Reader.
|
static ResourceRegistry |
getResourceRegistry()
Factory method: Obtain a null implementation of a
ResourceRegistry . |
static <T> Set<T> |
getSet()
Returns an instance of the NullSet.
|
static <T,E> ValueExtractor<T,E> |
getValueExtractor()
Factory method: Obtain a null implementation of a ValueExtractor.
|
static Writer |
getWriter()
Factory method: Obtain a null implementation of a Writer.
|
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getClassLoadingLock, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, registerAsParallelCapable, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners
public static Enumeration getEnumeration()
public static <T> Iterator<T> getIterator()
public static <T> Iterable<T> getIterable()
null iterator
public static <T> Set<T> getSet()
public static <K,V> Map<K,V> getMap()
public static ObservableMap getObservableMap()
public static Reader getReader()
public static Writer getWriter()
public static OutputStream getOutputStream()
public static DataOutput getDataOutput()
public static <T,R> Converter<T,R> getConverter()
public static <T,E> ValueExtractor<T,E> getValueExtractor()
public static ClassLoader getClassLoader()
public static PofContext getPofContext()
public static PofHandler getPofHandler()
public static BackingMapManagerContext getBackingMapManagerContext()
public static InvocableMap.EntryProcessor getEntryProcessor()
public static DeltaCompressor getDeltaCompressor()
public static ActionPolicy getActionPolicy()
public static CacheStore getCacheStore()
public static PartitionAssignmentStrategy getPartitionAssignmentStrategy()
public static AddressProvider getAddressProvider()
AddressProvider
.public static <V> com.oracle.coherence.common.base.Collector<V> getCollector()
Collector
.public static <R> com.oracle.coherence.common.base.Continuation<R> getContinuation()
Continuation
.public static <R> com.oracle.coherence.persistence.PersistenceEnvironment<R> getPersistenceEnvironment()
PersistenceEnvironment
.public static <R> com.oracle.coherence.persistence.PersistenceEnvironment<R> getPersistenceEnvironment(Class<R> clz)
PersistenceEnvironment
.clz
- the type of a raw, environment specific object representationpublic static <R> com.oracle.coherence.persistence.PersistenceManager<R> getPersistenceManager()
PersistenceManager
.public static <R> com.oracle.coherence.persistence.PersistenceManager<R> getPersistenceManager(Class<R> clz)
PersistenceManager
.clz
- the type of a raw, environment specific object representationpublic static <R> com.oracle.coherence.persistence.PersistentStore<R> getPersistentStore()
PersistentStore
.public static <R> com.oracle.coherence.persistence.PersistentStore<R> getPersistentStore(Class<R> clz)
PersistentStore
.clz
- the type of a raw, environment specific object representationpublic static ResourceRegistry getResourceRegistry()
ResourceRegistry
.public static AutoCloseable getAutoCloseable()
AutoCloseable
.