@InterfaceAudience.Private public final class MultiAction<R> extends Object
| Constructor and Description | 
|---|
| MultiAction() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | add(byte[] regionName,
   Action<R> a)Add an Action to this container based on it's regionName. | 
| List<Action<R>> | allActions() | 
| Set<byte[]> | getRegions() | 
| int | size()Get the total number of Actions | 
public int size()
public void add(byte[] regionName,
       Action<R> a)
regionName - a - public Set<byte[]> getRegions()
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.