public class ServerMetaData extends Object implements Externalizable
| Constructor and Description |
|---|
ServerMetaData() |
ServerMetaData(URI... locations) |
| Modifier and Type | Method and Description |
|---|---|
int |
buildHash() |
boolean |
equals(Object o) |
URI |
getLocation() |
URI[] |
getLocations() |
int |
hashCode() |
void |
merge(ServerMetaData toMerge) |
void |
readExternal(ObjectInput in) |
void |
setMetaData(ProtocolMetaData metaData) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public ServerMetaData()
public ServerMetaData(URI... locations)
public void setMetaData(ProtocolMetaData metaData)
public void merge(ServerMetaData toMerge)
public URI getLocation()
public URI[] getLocations()
public int buildHash()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionCopyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.