stratosphere-cassandra-1.0.0: Stratosphere integration for AWS Cassandra.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Cassandra.Keyspace

Documentation

data Keyspace Source #

Instances

Instances details
ToJSON Keyspace Source # 
Instance details

Defined in Stratosphere.Cassandra.Keyspace

Show Keyspace Source # 
Instance details

Defined in Stratosphere.Cassandra.Keyspace

Eq Keyspace Source # 
Instance details

Defined in Stratosphere.Cassandra.Keyspace

ToResourceProperties Keyspace Source # 
Instance details

Defined in Stratosphere.Cassandra.Keyspace

Property "ClientSideTimestampsEnabled" Keyspace Source # 
Instance details

Defined in Stratosphere.Cassandra.Keyspace

Associated Types

type PropertyType "ClientSideTimestampsEnabled" Keyspace 
Instance details

Defined in Stratosphere.Cassandra.Keyspace

type PropertyType "ClientSideTimestampsEnabled" Keyspace = Value Bool

Methods

set :: PropertyType "ClientSideTimestampsEnabled" Keyspace -> Keyspace -> Keyspace #

Property "KeyspaceName" Keyspace Source # 
Instance details

Defined in Stratosphere.Cassandra.Keyspace

Associated Types

type PropertyType "KeyspaceName" Keyspace 
Instance details

Defined in Stratosphere.Cassandra.Keyspace

type PropertyType "KeyspaceName" Keyspace = Value Text

Methods

set :: PropertyType "KeyspaceName" Keyspace -> Keyspace -> Keyspace #

Property "ReplicationSpecification" Keyspace Source # 
Instance details

Defined in Stratosphere.Cassandra.Keyspace

Associated Types

type PropertyType "ReplicationSpecification" Keyspace 
Instance details

Defined in Stratosphere.Cassandra.Keyspace

type PropertyType "ReplicationSpecification" Keyspace = ReplicationSpecificationProperty

Methods

set :: PropertyType "ReplicationSpecification" Keyspace -> Keyspace -> Keyspace #

Property "Tags" Keyspace Source # 
Instance details

Defined in Stratosphere.Cassandra.Keyspace

Associated Types

type PropertyType "Tags" Keyspace 
Instance details

Defined in Stratosphere.Cassandra.Keyspace

type PropertyType "Tags" Keyspace = [Tag]

Methods

set :: PropertyType "Tags" Keyspace -> Keyspace -> Keyspace #

type PropertyType "ClientSideTimestampsEnabled" Keyspace Source # 
Instance details

Defined in Stratosphere.Cassandra.Keyspace

type PropertyType "ClientSideTimestampsEnabled" Keyspace = Value Bool
type PropertyType "KeyspaceName" Keyspace Source # 
Instance details

Defined in Stratosphere.Cassandra.Keyspace

type PropertyType "KeyspaceName" Keyspace = Value Text
type PropertyType "ReplicationSpecification" Keyspace Source # 
Instance details

Defined in Stratosphere.Cassandra.Keyspace

type PropertyType "ReplicationSpecification" Keyspace = ReplicationSpecificationProperty
type PropertyType "Tags" Keyspace Source # 
Instance details

Defined in Stratosphere.Cassandra.Keyspace

type PropertyType "Tags" Keyspace = [Tag]