Package org.infinispan.util
Class ModuleProperties
java.lang.Object
org.infinispan.util.ModuleProperties
Deprecated, for removal: This API element is subject to removal in a future version.
Since 10.0, without replacement. To be removed very soon.
The
ModuleProperties
class represents Infinispan's module service extensions.- Since:
- 4.0
- Author:
- Vladimir Blagojevic, Sanne Grinovero, Galder ZamarreƱo
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated, for removal: This API element is subject to removal in a future version.Collection
<Class<? extends org.infinispan.commands.remote.CacheRpcCommand>> Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Collection
<Class<? extends ReplicableCommand>> Deprecated, for removal: This API element is subject to removal in a future version.Collection
<Class<? extends ReplicableCommand>> Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
ModuleProperties
public ModuleProperties()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
loadModuleCommandHandlers
Deprecated, for removal: This API element is subject to removal in a future version. -
moduleCommands
Deprecated, for removal: This API element is subject to removal in a future version. -
moduleCommandFactories
Deprecated, for removal: This API element is subject to removal in a future version. -
moduleCacheRpcCommands
public Collection<Class<? extends org.infinispan.commands.remote.CacheRpcCommand>> moduleCacheRpcCommands()Deprecated, for removal: This API element is subject to removal in a future version. -
moduleOnlyReplicableCommands
Deprecated, for removal: This API element is subject to removal in a future version.
-