Uses of Class
org.voltdb.InProcessVoltDBServer
-
Uses of InProcessVoltDBServer in org.voltdb
Modifier and TypeMethodDescriptionInProcessVoltDBServer.configPartitionCount
(int partitionCount) Set the number of partitions the single VoltDB server will use.InProcessVoltDBServer.configPathToLicense
(String path) When using enterprise or pro edition, specify a path to the license needed.InProcessVoltDBServer.runDDLFromPath
(String path) Run DDL from a file on disk.InProcessVoltDBServer.runDDLFromString
(String ddl) Run DDL from a given string.InProcessVoltDBServer.start()
Starts the in-process server and blocks until it is ready to accept connections.