org.apache.accumulo.server.monitor.util.celltypes
Class TServerLinkType
java.lang.Object
org.apache.accumulo.server.monitor.util.celltypes.CellType<TabletServerStatus>
org.apache.accumulo.server.monitor.util.celltypes.TServerLinkType
- All Implemented Interfaces:
- Comparator<TabletServerStatus>
public class TServerLinkType
- extends CellType<TabletServerStatus>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TServerLinkType
public TServerLinkType()
format
public String format(Object obj)
- Specified by:
format
in class CellType<TabletServerStatus>
displayName
public static String displayName(TabletServerStatus status)
displayName
public static String displayName(String address)
compare
public int compare(TabletServerStatus o1,
TabletServerStatus o2)
alignment
public String alignment()
- Specified by:
alignment
in class CellType<TabletServerStatus>
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.