Class ExternalExternalizers
- java.lang.Object
-
- org.infinispan.marshall.core.impl.ExternalExternalizers
-
public final class ExternalExternalizers extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ClassToExternalizerMapload(GlobalConfiguration globalCfg)static ClassToExternalizerMapload(GlobalConfiguration globalCfg, int lowerBound, int upperBound)Load theAdvancedExternalizerinstances with Ids inclusive of the specified bounds.
-
-
-
Method Detail
-
load
public static ClassToExternalizerMap load(GlobalConfiguration globalCfg)
-
load
public static ClassToExternalizerMap load(GlobalConfiguration globalCfg, int lowerBound, int upperBound)
Load theAdvancedExternalizerinstances with Ids inclusive of the specified bounds.
-
-