|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
java.lang.ClassLoader
com.tangosol.util.NullImplementation
public class NullImplementation
A collection of classes that do nothing. For each class implemented, a factory method will exist following the naming convention "get" plus the class or interface name.
| Nested Class Summary | |
|---|---|
static class |
NullImplementation.NullActionPolicyAn implementation of an ActionPolicy that allows all actions. |
static class |
NullImplementation.NullAddressProviderNull implementation of AddressProvider. |
static class |
NullImplementation.NullBackingMapManagerContextAn implementation of BackingMapManagerContext that does nothing. |
static class |
NullImplementation.NullCacheStoreAn implementation of an CacheStore that does nothing. |
static class |
NullImplementation.NullCollectorA Collector implementation that does nothing. |
static class |
NullImplementation.NullContinuationA Continuation that does nothing. |
static class |
NullImplementation.NullConverterA Converter that does nothing. |
static class |
NullImplementation.NullDeltaCompressorAn implementation of a DeltaCompressor that does nothing and always returns the new stream. |
static class |
NullImplementation.NullEntryProcessorAn implementation of an EntryProcessor that does nothing and returns Boolean.TRUE as a result of execution. |
static class |
NullImplementation.NullEnumeratorAn empty enumerator. |
static class |
NullImplementation.NullMapA Map that contains nothing and does nothing. |
static class |
NullImplementation.NullObservableMapAn immutable ObservableMap which contains nothing. |
static class |
NullImplementation.NullOutputStreamAn OutputStream that does basically nothing. |
static class |
NullImplementation.NullPartitionAssignmentStrategyAn implementation of PartitionAssignmentStrategy that does nothing. |
static class |
NullImplementation.NullPersistenceEnvironmentA PersistenceEnvironment that does nothing. |
static class |
NullImplementation.NullPersistenceManagerA PersistenceManager that does nothing. |
static class |
NullImplementation.NullPersistentStoreA PersistentStore that does as little as possible. |
static class |
NullImplementation.NullPofContextAn implementation of PofContext that does nothing. |
static class |
NullImplementation.NullPofHandlerAn implementation of PofHandler that does nothing. |
static class |
NullImplementation.NullReaderA reader that does basically nothing. |
static class |
NullImplementation.NullSetAn immutable set which contains nothing. |
static class |
NullImplementation.NullValueExtractorA ValueExtractor that always results in the passed-in value. |
static class |
NullImplementation.NullWriterA writer that does basically nothing. |
| Method Summary | |
|---|---|
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 BackingMapManagerContext |
getBackingMapManagerContext()Factory method: Obtain a null implementation of a BackingMapManagerContext. |
static CacheStore |
getCacheStore()Factory method: Obtain a null implementation of a CacheStore. |
static java.lang.ClassLoader |
getClassLoader()Factory method: Obtain a null implementation of a ClassLoader. |
static com.oracle.common.base.Collector |
getCollector()Factory method: Obtain a null implementation of a Collector. |
static com.oracle.common.base.Continuation |
getContinuation()Factory method: Obtain a null implementation of a Continuation. |
static Converter |
getConverter()Factory method: Obtain a null implementation of a Converter. |
static java.io.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 java.util.Enumeration |
getEnumeration()Returns an instance of the null enumerator. |
static java.lang.Iterable |
getIterable()Returns an instance of the null iterable. |
static java.util.Iterator |
getIterator()Returns an instance of the null iterator. |
static java.util.Map |
getMap()Returns an instance of the NullMap. |
static ObservableMap |
getObservableMap()Returns an instance of the NullObservableMap. |
static java.io.OutputStream |
getOutputStream()Factory method: Obtain a null implementation of a OutputStream. |
static PartitionAssignmentStrategy |
getPartitionAssignmentStrategy()Factory method: Obtain a null implementation of a PartitionAssignmentStrategy. |
static com.oracle.datagrid.persistence.PersistenceEnvironment |
getPersistenceEnvironment()Factory method: Obtain a null implementation of a PersistenceEnvironment. |
static com.oracle.datagrid.persistence.PersistenceEnvironment |
getPersistenceEnvironment(java.lang.Class clz)Factory method: Obtain a null implementation of a PersistenceEnvironment. |
static com.oracle.datagrid.persistence.PersistenceManager |
getPersistenceManager()Factory method: Obtain a null implementation of a PersistenceManager. |
static com.oracle.datagrid.persistence.PersistenceManager |
getPersistenceManager(java.lang.Class clz)Factory method: Obtain a null implementation of a PersistenceManager. |
static com.oracle.datagrid.persistence.PersistentStore |
getPersistentStore()Factory method: Obtain a null implementation of a PersistentStore. |
static com.oracle.datagrid.persistence.PersistentStore |
getPersistentStore(java.lang.Class 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 java.io.Reader |
getReader()Factory method: Obtain a null implementation of a Reader. |
static java.util.Set |
getSet()Returns an instance of the NullSet. |
static ValueExtractor |
getValueExtractor()Factory method: Obtain a null implementation of a ValueExtractor. |
static java.io.Writer |
getWriter()Factory method: Obtain a null implementation of a Writer. |
| Methods inherited from class java.lang.ClassLoader |
|---|
clearAssertionStatus, defineClass, defineClass, defineClass, defineClass, definePackage, findClass, findLibrary, findLoadedClass, findResource, findResources, findSystemClass, getPackage, getPackages, getParent, getResource, getResourceAsStream, getResources, getSystemClassLoader, getSystemResource, getSystemResourceAsStream, getSystemResources, loadClass, loadClass, resolveClass, setClassAssertionStatus, setDefaultAssertionStatus, setPackageAssertionStatus, setSigners |
| Method Detail |
|---|
public static java.util.Enumeration getEnumeration()
public static java.util.Iterator getIterator()
public static java.lang.Iterable getIterable()
null iteratorpublic static java.util.Set getSet()
public static java.util.Map getMap()
public static ObservableMap getObservableMap()
public static java.io.Reader getReader()
public static java.io.Writer getWriter()
public static java.io.OutputStream getOutputStream()
public static java.io.DataOutput getDataOutput()
public static Converter getConverter()
public static ValueExtractor getValueExtractor()
public static java.lang.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 com.oracle.common.base.Collector getCollector()
Collector.public static com.oracle.common.base.Continuation getContinuation()
Continuation.public static com.oracle.datagrid.persistence.PersistenceEnvironment getPersistenceEnvironment()
PersistenceEnvironment.public static com.oracle.datagrid.persistence.PersistenceEnvironment getPersistenceEnvironment(java.lang.Class clz)
PersistenceEnvironment.clz - the type of a raw, environment specific object representationpublic static com.oracle.datagrid.persistence.PersistenceManager getPersistenceManager()
PersistenceManager.public static com.oracle.datagrid.persistence.PersistenceManager getPersistenceManager(java.lang.Class clz)
PersistenceManager.clz - the type of a raw, environment specific object representationpublic static com.oracle.datagrid.persistence.PersistentStore getPersistentStore()
PersistentStore.public static com.oracle.datagrid.persistence.PersistentStore getPersistentStore(java.lang.Class clz)
PersistentStore.clz - the type of a raw, environment specific object representation
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||