Class ConcurrentPofConfigProvider
java.lang.Object
com.oracle.coherence.concurrent.config.ConcurrentPofConfigProvider
- All Implemented Interfaces:
PofConfigProvider
An implementation of a
PofConfigProvider
to make the
Concurrent POF configuration discoverable.- Since:
- 22.06
- Author:
- Jonathan Knight 2022.06.03
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProvide a POF configuration files to load.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.tangosol.io.pof.PofConfigProvider
getConfigURIs
-
Constructor Details
-
ConcurrentPofConfigProvider
public ConcurrentPofConfigProvider()
-
-
Method Details
-
getConfigURI
Description copied from interface:PofConfigProvider
Provide a POF configuration files to load.- Specified by:
getConfigURI
in interfacePofConfigProvider
- Returns:
- a POF configuration files to load
-