"storage" : { "binaryStorage" : { "type" : "cassandra", "address" : "::1", } }
A binary store which stores values in a Cassandra cluster.
To use the Cassandra binary store you need to make sure the Cassandra Java Driver is available in the classpath. We recommend using the ModeShape embedded BOM which defines the required version for this artifact
"storage" : { "binaryStorage" : { "type" : "cassandra", "address" : "::1", } }
To use the Cassandra binary store you need to make sure the Cassandra Java Driver is installed as a separate module in the Wildfly Server and that ModeShape can access this module. To get the correct version for the artifact, we recommend using the ModeShape AS BOM which defines the required version number.
<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