org.apache.cassandra.auth
Class Auth.MigrationListener
java.lang.Object
org.apache.cassandra.auth.Auth.MigrationListener
- All Implemented Interfaces:
- IMigrationListener
- Enclosing class:
- Auth
public static class Auth.MigrationListener
- extends java.lang.Object
- implements IMigrationListener
IMigrationListener implementation that cleans up permissions on dropped resources.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Auth.MigrationListener
public Auth.MigrationListener()
onDropKeyspace
public void onDropKeyspace(java.lang.String ksName)
- Specified by:
onDropKeyspace
in interface IMigrationListener
onDropColumnFamily
public void onDropColumnFamily(java.lang.String ksName,
java.lang.String cfName)
- Specified by:
onDropColumnFamily
in interface IMigrationListener
onCreateKeyspace
public void onCreateKeyspace(java.lang.String ksName)
- Specified by:
onCreateKeyspace
in interface IMigrationListener
onCreateColumnFamily
public void onCreateColumnFamily(java.lang.String ksName,
java.lang.String cfName)
- Specified by:
onCreateColumnFamily
in interface IMigrationListener
onUpdateKeyspace
public void onUpdateKeyspace(java.lang.String ksName)
- Specified by:
onUpdateKeyspace
in interface IMigrationListener
onUpdateColumnFamily
public void onUpdateColumnFamily(java.lang.String ksName,
java.lang.String cfName)
- Specified by:
onUpdateColumnFamily
in interface IMigrationListener
Copyright © 2013 The Apache Software Foundation