{
"operation-name" : "add",
"description" : "Adds a file system based passivation store",
"request-properties" : {
"groups-path" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The subdirectory within the path specified by relative-to in which to store passivated bean groups",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : "ejb3/groups",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default",
"deprecated" : {
"since" : "2.0.0",
"reason" : "Beans and bean groups are no longer stored in distinct directories"
}
},
"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" : 100000,
"min" : 1,
"max" : 2147483647,
"stability" : "default"
},
"relative-to" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The root path used to store passivated beans",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : "jboss.server.data.dir",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default",
"deprecated" : {
"since" : "2.0.0",
"reason" : "Use the relative-to attribute of the file-store of the relevant infinispan cache instead"
}
},
"sessions-path" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The subdirectory within the path specified by relative-to in which to store passivated beans",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : "ejb3/sessions",
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default",
"deprecated" : {
"since" : "2.0.0",
"reason" : "Beans and bean groups are no longer stored in distinct directories"
}
},
"subdirectory-count" : {
"type" : {
"TYPE_MODEL_VALUE" : "LONG"
},
"description" : "Specifies the number of subdirectories into which stored state should be divided, used to minimize the number of files created per directory",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"default" : 100,
"min" : 1,
"max" : 2147483647,
"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
}