Package com.aerospike.client.cluster

Examples of com.aerospike.client.cluster.Partition


  protected int receiveSize;
 
  public AsyncSingleCommand(AsyncCluster cluster, Key key) {
    super(cluster);
    this.key = key;
    this.partition = new Partition(key);
  }
View Full Code Here

TOP

Related Classes of com.aerospike.client.cluster.Partition

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.