Uses of Interface
org.infinispan.stream.impl.LocalStreamManager
-
Packages that use LocalStreamManager Package Description org.infinispan.stream.impl -
-
Uses of LocalStreamManager in org.infinispan.stream.impl
Classes in org.infinispan.stream.impl that implement LocalStreamManager Modifier and Type Class Description class
LocalStreamManagerImpl<Original,K,V>
Local stream manager implementation that handles injection of the stream supplier, invoking the operation and subsequently notifying the operation if a rehash has changed one of its segments.Fields in org.infinispan.stream.impl declared as LocalStreamManager Modifier and Type Field Description protected LocalStreamManager
StreamIteratorNextCommand. lsm
Methods in org.infinispan.stream.impl with parameters of type LocalStreamManager Modifier and Type Method Description void
StreamIteratorNextCommand. inject(LocalStreamManager lsm)
void
StreamRequestCommand. inject(LocalStreamManager lsm)
-