diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-11-01 18:36:26 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-11-01 18:36:33 -0400 |
commit | ec989468fa27812570ebda59cabb5ca32ca4cfa0 (patch) | |
tree | 2feb98c2ef640f884ddd2f27ee037253c913071a /aai-traversal/src/main/resources/etc/appprops/janusgraph-realtime.properties | |
parent | fa20b59d6491576aaa671dbc18b6765ff1f73f6f (diff) |
Add cql jar to traversal
Issue-ID: AAI-1835
Change-Id: Ia8534129ac211b5343765a574f884ca42199cb62
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-traversal/src/main/resources/etc/appprops/janusgraph-realtime.properties')
-rw-r--r-- | aai-traversal/src/main/resources/etc/appprops/janusgraph-realtime.properties | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/aai-traversal/src/main/resources/etc/appprops/janusgraph-realtime.properties b/aai-traversal/src/main/resources/etc/appprops/janusgraph-realtime.properties index f938182..fbb2090 100644 --- a/aai-traversal/src/main/resources/etc/appprops/janusgraph-realtime.properties +++ b/aai-traversal/src/main/resources/etc/appprops/janusgraph-realtime.properties @@ -31,3 +31,20 @@ cache.db-cache = false #load graphson file on startup load.snapshot.file=false + +#storage.backend=cql +#storage.hostname=host1,host2,host3 +#storage.cql.replication-strategy-class=NetworkTopologyStrategy +#storage.cql.replication-strategy-options=options +# for single datacenter cluster +#storage.cql.replication-factor=3 + +#storage.cql.keyspace=aaigraph_single_dc +#storage.cql.only-use-local-consistency-for-system-operations=true +#storage.cql.cluster-name=clusterName +#storage.cql.local-datacenter=dataCenter +#storage.cql.read-consistency-level=QUORUM +#storage.cql.write-consistency-level=QUORUM +#storage.connection-timeout=100000 +#cache.tx-cache-size = 1000000 +#metrics.enabled=true |