me.prettyprint.hector.api
Interface Keyspace

All Known Implementing Classes:
ExecutingKeyspace, ExecutingVirtualKeyspace

public interface Keyspace

Author:
Ran Tavory

Field Summary
static String KEYSPACE_SYSTEM
           
 
Method Summary
 long createClock()
           
 String getKeyspaceName()
           
 void setConsistencyLevelPolicy(ConsistencyLevelPolicy cp)
           
 void setCqlVersion(String version)
           
 

Field Detail

KEYSPACE_SYSTEM

static final String KEYSPACE_SYSTEM
See Also:
Constant Field Values
Method Detail

setConsistencyLevelPolicy

void setConsistencyLevelPolicy(ConsistencyLevelPolicy cp)

getKeyspaceName

String getKeyspaceName()

createClock

long createClock()

setCqlVersion

void setCqlVersion(String version)


Copyright © 2013. All Rights Reserved.