JanusGraph之Configuration Reference

  1. Mutability Levels
FIXED:固定
    Once the database has been opened, these configuration options cannot be changed for the entire life of the database
GLOBAL_OFFLINE:全局脱机
    These options can only be changed for the entire database cluster at once when all instances are shut down
GLOBAL:全局的
    These options can only be changed globally across the entire database cluster
MASKABLE:可屏蔽的
    These options are global but can be overwritten by a local configuration file
LOCAL:局部的
    These options can only be provided through a local configuration file
  1. Umbrella Namespace
log.user.send-batch-size = 100
  1. Configuration Namespaces and Options
    3.1. attributes.custom *
    这里写图片描述
    3.2. cache
    这里写图片描述
    3.3. cluster
    这里写图片描述
    3.4. computer
    这里写图片描述
    3.5. graph
    这里写图片描述
    3.6. gremlin
    这里写图片描述
    3.7. ids
    这里写图片描述
    3.8. ids.authority
    这里写图片描述
    3.9. index *
    这里写图片描述
    3.10. index.[X].elasticsearch
    这里写图片描述
    3.11. index.[X].elasticsearch.create
    这里写图片描述
    3.12. index.[X].solr
    这里写图片描述
    3.13. log *
    这里写图片描述
    3.14. metrics
    这里写图片描述
    3.15. metrics.console
    这里写图片描述
    3.16. metrics.csv
    这里写图片描述
    3.17. metrics.ganglia
    这里写图片描述
    3.18. metrics.graphite
    这里写图片描述
    3.19. metrics.jmx
    这里写图片描述
    3.20. metrics.slf4j
    这里写图片描述
    3.21. query
    这里写图片描述
    3.22. schema
    这里写图片描述
    3.23. storage
    这里写图片描述
    3.24. storage.berkeleyje
    这里写图片描述
    3.25. storage.cassandra
    这里写图片描述
    3.26. storage.cassandra.astyanax
    这里写图片描述这里写图片描述
    3.27. storage.cassandra.ssl
    这里写图片描述
    3.28. storage.cassandra.ssl.truststore
    这里写图片描述
    3.29. storage.cassandra.thrift.cpool
    这里写图片描述
    3.30. storage.hbase
    这里写图片描述
    3.31. storage.lock
    这里写图片描述
    3.32. storage.meta *
    这里写图片描述
    3.33. tx
    这里写图片描述
    3.34. tx.recovery
    这里写图片描述

猜你喜欢

转载自blog.csdn.net/qq_32662595/article/details/78657348
今日推荐