# Packages
Package nosqlplugin is a generated GoMock package.
# Functions
GetRegisteredPluginNames returns the list of registered plugin names.
NewExecutionStore is used to create an instance of ExecutionStore implementation.
NewFactory returns an instance of a factory object which can be used to create datastores that are backed by cassandra.
NewMockshardedNosqlStore creates a new mock instance.
NewNoSQLAdminDB returns a AdminDB.
No description provided by the author
NewNoSQLDB creates a returns a reference to a logical connection to the underlying NoSQL database.
NewTestCluster returns a new cassandra test cluster if schemaBaseDir is empty, it will be auto-resolved based on os.Getwd() otherwise the specified value will be used (used by internal tests).
PluginRegistered returns true if plugin with given name has been registered, false otherwise.
RegisterPlugin will register a NoSQL plugin.
RegisterPluginForTest should be used only in tests to register the DB plugin and de-register at the end.
RegisterPluginIfNotExists will register a NoSQL plugin only if a plugin with same name has not already been registered.
# Structs
No description provided by the author
MockshardedNosqlStore is a mock of shardedNosqlStore interface.
MockshardedNosqlStoreMockRecorder is the mock recorder for MockshardedNosqlStore.
ShardingError represents invalid shard.
TestClusterParams are params for test cluster initialization.