Interface IterationState
-
public interface IterationState
- Since:
- 10.0
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getId()
IterationReaper
getReaper()
-
-
-
Method Detail
-
getId
java.lang.String getId()
-
getReaper
IterationReaper getReaper()
-
-