{
"operation-name" : "add",
"description" : "Adds a clustered passivation store",
"request-properties" : {
"bean-cache" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The name of the cache used to store bean instances.",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"capability-reference" : "org.wildfly.clustering.infinispan.cache-configuration",
"capability-reference-pattern-elements" : [
"cache-container",
"bean-cache"
],
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"cache-container" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The name of the cache container used for the bean and client-mappings caches",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"default" : "ejb",
"capability-reference" : "org.wildfly.clustering.infinispan.default-cache-configuration",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"client-mappings-cache" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The name of the cache used to store client-mappings of the Jakarta Enterprise Beans remoting connector's socket-bindings",
"expressions-allowed" : false,
"required" : false,
"nillable" : true,
"default" : "remote-connector-client-mappings",
"capability-reference" : "org.wildfly.clustering.infinispan.cache-container",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default",
"deprecated" : {
"since" : "2.0.0",
"reason" : "This is no longer configurable and will be ignored"
}
},
"idle-timeout" : {
"type" : {
"TYPE_MODEL_VALUE" : "LONG"
},
"description" : "The timeout in units specified by idle-timeout-unit, after which a bean will passivate",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : 300,
"min" : 1,
"max" : 2147483647,
"stability" : "default"
},
"idle-timeout-unit" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The unit of idle-timeout",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : "SECONDS",
"allowed" : [
"NANOSECONDS",
"MICROSECONDS",
"MILLISECONDS",
"SECONDS",
"MINUTES",
"HOURS",
"DAYS"
],
"stability" : "default",
"deprecated" : {
"since" : "2.0.0",
"reason" : "SFSBs are no longer passivated eagerly, but only lazily as required by max-size"
}
},
"max-size" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "The maximum number of beans this cache should store before forcing old beans to passivate",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : 10000,
"min" : 1,
"max" : 2147483647,
"stability" : "default"
},
"passivate-events-on-replicate" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "Indicates whether replication should trigger passivation events on the bean",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : true,
"stability" : "default",
"deprecated" : {
"since" : "2.0.0",
"reason" : "This is no longer configurable and will be ignored"
}
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}