public final class UPID extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
asString() |
static UPID |
create(String master) |
boolean |
equals(Object other) |
static UPID |
fromParts(String id,
com.google.common.net.HostAndPort hostAndPort) |
static com.google.common.base.Function<String,UPID> |
getCreateFunction() |
String |
getHost() |
com.google.common.net.HostAndPort |
getHostAndPort() |
String |
getId() |
Integer |
getIp() |
int |
getPort() |
int |
hashCode() |
String |
toString() |
public static UPID fromParts(String id, com.google.common.net.HostAndPort hostAndPort) throws IOException
IOExceptionpublic String getId()
public String getHost()
public int getPort()
public com.google.common.net.HostAndPort getHostAndPort()
public Integer getIp()
public String asString()
Copyright © 2014–2015. All rights reserved.