JBoss Community Archive (Read Only)

ModeShape 4

Cassandra

This is first available starting with ModeShape 5.0

Description

A binary store which stores values in a Cassandra cluster.

Configuration

JSON

 "storage" : {
        "binaryStorage" : {
            "type"  : "cassandra",
            "address" : "::1",           
        }
    }

JBoss AS

<repository name="sample">
    <cassandra-binary-storage host="localhost"/>  
  </repository>

Attributes

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

JBoss.org Content Archive (Read Only), exported from JBoss Community Documentation Editor at 2020-03-11 12:10:02 UTC, last content change 2016-03-23 10:12:58 UTC.