Package org.apache.cassandra.schema
Class Keyspaces.KeyspacesDiff
- java.lang.Object
-
- org.apache.cassandra.schema.Keyspaces.KeyspacesDiff
-
- Enclosing class:
- Keyspaces
public static final class Keyspaces.KeyspacesDiff extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description com.google.common.collect.ImmutableList<KeyspaceMetadata.KeyspaceDiff>
altered
Keyspaces
created
Keyspaces
dropped
static Keyspaces.KeyspacesDiff
NONE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isEmpty()
java.lang.String
toString()
-
-
-
Field Detail
-
NONE
public static final Keyspaces.KeyspacesDiff NONE
-
created
public final Keyspaces created
-
dropped
public final Keyspaces dropped
-
altered
public final com.google.common.collect.ImmutableList<KeyspaceMetadata.KeyspaceDiff> altered
-
-