org.apache.accumulo.server.monitor.util.celltypes
Class LoggerLinkType

java.lang.Object
  extended by org.apache.accumulo.server.monitor.util.celltypes.CellType<RecoveryStatus>
      extended by org.apache.accumulo.server.monitor.util.celltypes.LoggerLinkType
All Implemented Interfaces:
Comparator<RecoveryStatus>

public class LoggerLinkType
extends CellType<RecoveryStatus>


Constructor Summary
LoggerLinkType()
           
 
Method Summary
 String alignment()
           
 int compare(RecoveryStatus o1, RecoveryStatus o2)
           
static String displayName(RecoveryStatus status)
           
 String format(Object obj)
           
 
Methods inherited from class org.apache.accumulo.server.monitor.util.celltypes.CellType
isSortable, setSortable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

LoggerLinkType

public LoggerLinkType()
Method Detail

format

public String format(Object obj)
Specified by:
format in class CellType<RecoveryStatus>

displayName

public static String displayName(RecoveryStatus status)

compare

public int compare(RecoveryStatus o1,
                   RecoveryStatus o2)

alignment

public String alignment()
Specified by:
alignment in class CellType<RecoveryStatus>


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.