Este contenido no está disponible en el idioma seleccionado.
3.4. Using the Batching API
3.4.1. Enable the Batching API Copiar enlaceEnlace copiado en el portapapeles!
Copiar enlaceEnlace copiado en el portapapeles!
JBoss Data Grid's Batching API uses the JBoss Enterprise Application Platform syntax to enable invocation batching in your cache configuration. An example of this is as follows:
<distributed-cache name="default" batching="true"> ... </distributed-cache>
<distributed-cache name="default" batching="true">
...
</distributed-cache>
In JBoss Data Grid, invocation batching is disabled by default and batching can be used without a defined Transaction Manager.