JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
WildFly Clustering: SPI implementation for Infinispan caches 4.0.0.Final
org.wildfly.clustering.cache.infinispan.batch
TransactionBatch
Factory
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
get()
Interface TransactionBatch.Factory
All Superinterfaces:
Supplier
<
Batch
>
Enclosing interface:
TransactionBatch
public static interface
TransactionBatch.Factory
extends
Supplier
<
Batch
>
Author:
Paul Ferraro
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
TransactionBatch
get
()
Method Details
get
TransactionBatch
get
()
Specified by:
get
in interface
Supplier
<
Batch
>