Uses of Record Class
com.loomcache.common.protocol.BatchOperation
Packages that use BatchOperation
-
Uses of BatchOperation in com.loomcache.common.protocol
Methods in com.loomcache.common.protocol that return BatchOperationModifier and TypeMethodDescriptionstatic BatchOperationstatic BatchOperationBuild a MAP_PUT batch operation.static BatchOperationBatchOperation.mapPutIfAbsent(String mapName, String key, byte[] value) Build a MAP_PUT_IF_ABSENT batch operation.static BatchOperationBatchOperation.queueOffer(String queueName, byte[] value) Build a QUEUE_OFFER batch operation.static BatchOperationstatic BatchOperationMethods in com.loomcache.common.protocol that return types with arguments of type BatchOperationModifier and TypeMethodDescriptionBatchOperation.DeserializedBatch.operations()Returns the value of theoperationsrecord component.Method parameters in com.loomcache.common.protocol with type arguments of type BatchOperationModifier and TypeMethodDescriptionstatic byte[]BatchOperation.serializeBatch(List<BatchOperation> ops, boolean atomic, boolean replicated) Serialize a list of operations into a byte array for the batch message body.Constructor parameters in com.loomcache.common.protocol with type arguments of type BatchOperationModifierConstructorDescriptionDeserializedBatch(boolean atomic, boolean replicated, List<BatchOperation> operations) Creates an instance of aDeserializedBatchrecord class.