"storage" : {
"binaryStorage" : {
"type" : "cassandra",
"address" : "::1",
}
}
This is first available starting with ModeShape 5.0
A binary store which stores values in a Cassandra cluster.
"storage" : {
"binaryStorage" : {
"type" : "cassandra",
"address" : "::1",
}
}
<repository name="sample">
<cassandra-binary-storage host="localhost"/>
</repository>
|
Name |
Required |
Configuration |
Description |
|
address |
yes |
JSON |
address of the Cassandra cluster |
|
host |
yes |
JBoss AS |
same as address |
plus the common attributes described here