1 21 22 package org.continuent.sequoia.common.jmx.mbeans; 23 24 import java.util.Map ; 25 26 import javax.management.openmbean.TabularData ; 27 28 33 public interface RecoveryLogControlMBean 34 { 35 36 56 TabularData dump(long from); 57 58 66 int getEntriesPerDump(); 67 68 77 String [] getHeaders(); 78 79 93 long[] getIndexes(); 94 95 102 long getEntries(); 103 104 112 Map getCheckpoints(); 113 } 114 | Popular Tags |