- withBroadcastAddress(String) - Method in class info.archinnov.achilles.embedded.CassandraEmbeddedServerBuilder
-
Specify the broadcast address.
- withBroadcastRpcAddress(String) - Method in class info.archinnov.achilles.embedded.CassandraEmbeddedServerBuilder
-
Specify the broadcast RPC address.
- withCdcRawFolder(String) - Method in class info.archinnov.achilles.embedded.CassandraEmbeddedServerBuilder
-
Specify cdc_raw folder for the embedded Cassandra server.
- 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.
- withConnectionProtocol(ProtocolVersion) - Method in class info.archinnov.achilles.embedded.CassandraEmbeddedServerBuilder
-
Specify the connection protocol version 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.
- withHintsFolder(String) - Method in class info.archinnov.achilles.embedded.CassandraEmbeddedServerBuilder
-
Specify hints folder for the embedded Cassandra server.
- withJMXPort(int) - Method in class info.archinnov.achilles.embedded.CassandraEmbeddedServerBuilder
-
Specify the JMX port for the embedded Cassandra
server.
- withKeyspaceName(String) - Method in class info.archinnov.achilles.embedded.CassandraEmbeddedServerBuilder
-
Specify the keyspace name for the embedded Cassandra server.
- withListenAddress(String) - Method in class info.archinnov.achilles.embedded.CassandraEmbeddedServerBuilder
-
Specify the listen address.
- withParams(TypedMap) - Method in class info.archinnov.achilles.embedded.CassandraEmbeddedServerBuilder
-
Inject Cassandra parameters
- withRpcAddress(String) - Method in class info.archinnov.achilles.embedded.CassandraEmbeddedServerBuilder
-
Specify the rpc address.
- 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.
- withScriptTemplate(String, Map<String, Object>) - Method in class info.archinnov.achilles.embedded.CassandraEmbeddedServerBuilder
-
Load an CQL script template in the class path, inject the values into the template
to produce the final script and execute it upon initialization
of the embedded Cassandra server
Call this method as many times as there are CQL templates to be executed.
- withShutdownHook(CassandraShutDownHook) - Method in class info.archinnov.achilles.embedded.CassandraEmbeddedServerBuilder
-
Inject a shutdown hook to control when to shutdown the embedded Cassandra process.
- 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.