Uses of Class
net.floodlightcontroller.storage.StorageSourceNotification.Action

Packages that use StorageSourceNotification.Action
net.floodlightcontroller.storage   
net.floodlightcontroller.storage.nosql   
 

Uses of StorageSourceNotification.Action in net.floodlightcontroller.storage
 

Methods in net.floodlightcontroller.storage that return StorageSourceNotification.Action
 StorageSourceNotification.Action StorageSourceNotification.getAction()
           
static StorageSourceNotification.Action StorageSourceNotification.Action.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StorageSourceNotification.Action[] StorageSourceNotification.Action.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.floodlightcontroller.storage with parameters of type StorageSourceNotification.Action
 void StorageSourceNotification.setAction(StorageSourceNotification.Action action)
           
 

Constructors in net.floodlightcontroller.storage with parameters of type StorageSourceNotification.Action
StorageSourceNotification(java.lang.String tableName, StorageSourceNotification.Action action, java.util.Set<java.lang.Object> keys)
           
 

Uses of StorageSourceNotification.Action in net.floodlightcontroller.storage.nosql
 

Methods in net.floodlightcontroller.storage.nosql with parameters of type StorageSourceNotification.Action
protected  void NoSqlStorageSource.sendNotification(java.lang.String tableName, StorageSourceNotification.Action action, java.util.List<java.util.Map<java.lang.String,java.lang.Object>> rows)
           
protected  void NoSqlStorageSource.sendNotification(java.lang.String tableName, StorageSourceNotification.Action action, java.util.Set<java.lang.Object> rowKeys)