|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.usergrid.persistence.cassandra.Setup
public class Setup
Cassandra-specific setup utilities.
Method Summary | |
---|---|
void |
checkKeyspaces()
|
static void |
logCFPermissions()
|
void |
setup()
Initialize. |
void |
setupApplicationKeyspace(UUID applicationId,
String applicationName)
Initialize application keyspace. |
void |
setupStaticKeyspace()
|
void |
setupSystemKeyspace()
Initialize system keyspace. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void setup() throws Exception
Exception
- the exceptionpublic void setupSystemKeyspace() throws Exception
Exception
- the exceptionpublic void setupApplicationKeyspace(UUID applicationId, String applicationName) throws Exception
applicationId
- the application idapplicationName
- the application name
Exception
- the exceptionpublic void setupStaticKeyspace() throws Exception
Exception
public void checkKeyspaces()
public static void logCFPermissions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |