237238239240241242243244245246247
} }, 1); addOperation(operations, new Runnable() { public void run() { IQueue q = hazelcast.getQueue("myQ"); q.remainingCapacity(); } }, 1); addOperation(operations, new Runnable() { public void run() { IQueue q = hazelcast.getQueue("myQ");