- withAchillesConfigParams(Map<ConfigurationParameters, Object>) - Method in class info.archinnov.achilles.embedded.CassandraEmbeddedServerBuilder
-
Add Achilles configuration parameters
- withClusterName(String) - Method in class info.archinnov.achilles.embedded.CassandraEmbeddedServerBuilder
-
Specify the cluster name for the embedded Cassandra server.
- withCommitLogFolder(String) - Method in class info.archinnov.achilles.embedded.CassandraEmbeddedServerBuilder
-
Specify commit log folder for the embedded Cassandra server.
- withConcurrentReads(int) - Method in class info.archinnov.achilles.embedded.CassandraEmbeddedServerBuilder
-
Specify the number threads for concurrent reads for the embedded Cassandra
server.
- withConcurrentWrites(int) - Method in class info.archinnov.achilles.embedded.CassandraEmbeddedServerBuilder
-
Specify the number threads for concurrent writes for the embedded Cassandra
server.
- withCQLPort(int) - Method in class info.archinnov.achilles.embedded.CassandraEmbeddedServerBuilder
-
Specify the native transport port (CQL port) for the embedded Cassandra
server.
- withDataFolder(String) - Method in class info.archinnov.achilles.embedded.CassandraEmbeddedServerBuilder
-
Specify data folder for the embedded Cassandra server.
- withDurableWrite(boolean) - Method in class info.archinnov.achilles.embedded.CassandraEmbeddedServerBuilder
-
Specify the 'durable write' property for the embedded Cassandra server.
- withEntities(List<Class<?>>) - Static method in class info.archinnov.achilles.embedded.CassandraEmbeddedServerBuilder
-
Bootstrap Achilles with entities list
- withEntities(Class<?>...) - Static method in class info.archinnov.achilles.embedded.CassandraEmbeddedServerBuilder
-
Bootstrap Achilles with entities
- withEntityPackages(String) - Static method in class info.archinnov.achilles.embedded.CassandraEmbeddedServerBuilder
-
Bootstrap Achilles with entity packages
- withKeyspaceName(String) - Method in class info.archinnov.achilles.embedded.CassandraEmbeddedServerBuilder
-
Specify the keyspace name for the embedded Cassandra server.
- withProtocolVersion(ProtocolVersion) - Method in class info.archinnov.achilles.embedded.CassandraEmbeddedServerBuilder
-
- withSavedCachesFolder(String) - Method in class info.archinnov.achilles.embedded.CassandraEmbeddedServerBuilder
-
Specify saved caches folder for the embedded Cassandra server.
- withScript(String) - Method in class info.archinnov.achilles.embedded.CassandraEmbeddedServerBuilder
-
Load an CQL script in the class path and execute it upon initialization
of the embedded Cassandra server
Call this method as many times as there are CQL scripts to be executed.
- withStoragePort(int) - Method in class info.archinnov.achilles.embedded.CassandraEmbeddedServerBuilder
-
Specify the storage port for the embedded Cassandra server.
- withStorageSSLPort(int) - Method in class info.archinnov.achilles.embedded.CassandraEmbeddedServerBuilder
-
Specify the storage SSL port for the embedded Cassandra server.
- withThriftPort(int) - Method in class info.archinnov.achilles.embedded.CassandraEmbeddedServerBuilder
-
Specify the rpc port (Thrift port) for the embedded Cassandra server.