Package com.aerospike.client.lua

Examples of com.aerospike.client.lua.LuaBytes


      return bytes;
    }
   
    @Override
    public LuaValue getLuaValue(LuaInstance instance) {
      return new LuaBytes(instance, bytes);
    }
View Full Code Here


      return bytes;
    }
   
    @Override
    public LuaValue getLuaValue(LuaInstance instance) {
      return new LuaBytes(instance, bytes);
    }
View Full Code Here

TOP

Related Classes of com.aerospike.client.lua.LuaBytes

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.