Examples of LargeMap


Examples of com.aerospike.client.large.LargeMap

   * @param key          unique record identifier
   * @param binName        bin name
   * @param userModule      Lua function name that initializes list configuration parameters, pass null for default
   */
  public final LargeMap getLargeMap(Policy policy, Key key, String binName, String userModule) {
    return new LargeMap(this, policy, key, binName, userModule);
 
View Full Code Here

Examples of com.aerospike.client.large.LargeMap

   * @param key          unique record identifier
   * @param binName        bin name
   * @param userModule      Lua function name that initializes list configuration parameters, pass null for default
   */
  public final LargeMap getLargeMap(Policy policy, Key key, String binName, String userModule) {
    return new LargeMap(this, policy, key, binName, userModule);
 
View Full Code Here

Examples of com.aerospike.client.large.LargeMap

   * @param key          unique record identifier
   * @param binName        bin name
   * @param userModule      Lua function name that initializes list configuration parameters, pass null for default
   */
  public final LargeMap getLargeMap(Policy policy, Key key, String binName, String userModule) {
    return new LargeMap(this, policy, key, binName, userModule);
 
View Full Code Here

Examples of com.aerospike.client.large.LargeMap

   * @param key          unique record identifier
   * @param binName        bin name
   * @param userModule      Lua function name that initializes list configuration parameters, pass null for default
   */
  public final LargeMap getLargeMap(Policy policy, Key key, String binName, String userModule) {
    return new LargeMap(this, policy, key, binName, userModule);
 
View Full Code Here

Examples of com.aerospike.client.large.LargeMap

   * @param key          unique record identifier
   * @param binName        bin name
   * @param userModule      Lua function name that initializes list configuration parameters, pass null for default
   */
  public final LargeMap getLargeMap(Policy policy, Key key, String binName, String userModule) {
    return new LargeMap(this, policy, key, binName, userModule);
 
View Full Code Here

Examples of com.aerospike.client.large.LargeMap

   * @param key          unique record identifier
   * @param binName        bin name
   * @param userModule      Lua function name that initializes list configuration parameters, pass null for default
   */
  public final LargeMap getLargeMap(Policy policy, Key key, String binName, String userModule) {
    return new LargeMap(this, policy, key, binName, userModule);
 
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.