@Singleton public class RimuHostingListNodesStrategy extends Object implements ListNodesStrategy
Modifier | Constructor and Description |
---|---|
protected |
RimuHostingListNodesStrategy(RimuHostingClient client,
com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata) |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends NodeMetadata> |
listDetailsOnNodesMatching(com.google.common.base.Predicate<ComputeMetadata> filter) |
Iterable<? extends ComputeMetadata> |
listNodes() |
@Inject protected RimuHostingListNodesStrategy(RimuHostingClient client, com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata)
public Iterable<? extends ComputeMetadata> listNodes()
listNodes
in interface ListNodesStrategy
public Iterable<? extends NodeMetadata> listDetailsOnNodesMatching(com.google.common.base.Predicate<ComputeMetadata> filter)
listDetailsOnNodesMatching
in interface ListNodesStrategy
Copyright © 2009-2012 jclouds. All Rights Reserved.