Package net.spy.memcached.internal

Examples of net.spy.memcached.internal.SingleElementInfiniteIterator


   * @throws IllegalStateException in the rare circumstance where queue
   *         is too full to accept any more requests
   */
  public <T> BulkFuture<Map<String, T>> asyncGetBulk(Collection<String> keys,
    Transcoder<T> tc) {
    return asyncGetBulk(keys, new SingleElementInfiniteIterator(tc));
  }
View Full Code Here

TOP

Related Classes of net.spy.memcached.internal.SingleElementInfiniteIterator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.