org.apache.hadoop.metrics.spi
Class Util
java.lang.Object
org.apache.hadoop.metrics.spi.Util
public class Util
- extends Object
Static utility methods
Method Summary |
static List |
parse(String specs,
int defaultPort)
Parses a space and/or comma separated sequence of server specifications
of the form hostname or hostname:port. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parse
public static List parse(String specs,
int defaultPort)
- Parses a space and/or comma separated sequence of server specifications
of the form hostname or hostname:port. If
the specs string is null, defaults to localhost:defaultPort.
- Returns:
- a list of InetSocketAddress objects.
Copyright © 2006 The Apache Software Foundation