public class Service extends com.google.common.collect.ForwardingSet<Endpoint>
Modifier and Type | Class and Description |
---|---|
static class |
Service.Builder<T extends Service.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
Service(String type,
String name,
Set<Endpoint> endpoints) |
Modifier and Type | Method and Description |
---|---|
static Service.Builder<?> |
builder() |
protected Set<Endpoint> |
delegate() |
boolean |
equals(Object obj) |
Set<Endpoint> |
getEndpoints()
Deprecated.
|
String |
getName() |
String |
getType()
such as
compute (Nova), object-store (Swift), or image (Glance) |
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
Service.Builder<?> |
toBuilder() |
String |
toString() |
standardEquals, standardHashCode, standardRemoveAll
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray
public static Service.Builder<?> builder()
public Service.Builder<?> toBuilder()
public String getType()
compute
(Nova), object-store
(Swift), or image
(Glance)public String getName()
@Deprecated public Set<Endpoint> getEndpoints()
public int hashCode()
public boolean equals(Object obj)
protected com.google.common.base.Objects.ToStringHelper string()
public String toString()
toString
in class com.google.common.collect.ForwardingObject
Copyright © 2009-2013 jclouds. All Rights Reserved.