Uses of Class
com.tangosol.io.pof.ConfigurablePofContext.PofConfig
-
Packages that use ConfigurablePofContext.PofConfig Package Description com.tangosol.io.pof Contains classes related to POF serialization and deserialization. -
-
Uses of ConfigurablePofContext.PofConfig in com.tangosol.io.pof
Methods in com.tangosol.io.pof that return ConfigurablePofContext.PofConfig Modifier and Type Method Description protected ConfigurablePofContext.PofConfig
ConfigurablePofContext. createPofConfig()
Create a PofConfig object based on a configuration that was either provided as XML, or can be loaded from the specified (or default) URI using the provided ClassLoader.protected ConfigurablePofContext.PofConfig
ConfigurablePofContext. getPofConfig()
Obtain the PofConfig that represents the initialized state of the ConfigurablePofContext.
-