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

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

public class TServerLinkType
extends CellType<TabletServerStatus>


Constructor Summary
TServerLinkType()
           
 
Method Summary
 String alignment()
           
 int compare(TabletServerStatus o1, TabletServerStatus o2)
           
static String displayName(String address)
           
static String displayName(TabletServerStatus 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

TServerLinkType

public TServerLinkType()
Method Detail

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 © 2012 The Apache Software Foundation. All Rights Reserved.