com.netflix.astyanax.impl
Class RingDescribeHostSupplier

java.lang.Object
  extended by com.netflix.astyanax.impl.RingDescribeHostSupplier
All Implemented Interfaces:
com.google.common.base.Supplier<Map<BigInteger,List<Host>>>

public class RingDescribeHostSupplier
extends Object
implements com.google.common.base.Supplier<Map<BigInteger,List<Host>>>


Constructor Summary
RingDescribeHostSupplier(Keyspace keyspace, int defaultPort)
           
 
Method Summary
 Map<BigInteger,List<Host>> get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RingDescribeHostSupplier

public RingDescribeHostSupplier(Keyspace keyspace,
                                int defaultPort)
Method Detail

get

public Map<BigInteger,List<Host>> get()
Specified by:
get in interface com.google.common.base.Supplier<Map<BigInteger,List<Host>>>


Copyright © 2012. All Rights Reserved.