Java org.springframework.data.cassandra.core.cql.keyspace CreateKeyspaceSpecification fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.cassandra.core.cql.keyspace CreateKeyspaceSpecification fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.cassandra.core.cql.keyspace CreateKeyspaceSpecification.

The text is from its open source code.

Method

CreateKeyspaceSpecificationcreateKeyspace(String name)
Entry point into the CreateKeyspaceSpecification 's fluent API given name to create a keyspace.
CreateKeyspaceSpecificationcreateKeyspace(KeyspaceIdentifier name)
Entry point into the CreateKeyspaceSpecification 's fluent API given name to create a keyspace.