Class CacheKeyInputStream

java.lang.Object
java.io.InputStream
org.infinispan.rest.CacheKeyInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class CacheKeyInputStream extends InputStream
An InputStream that reads from a CacheStream of byte[] and produces a JSON output.
Since:
10.0
  • Constructor Details

    • CacheKeyInputStream

      public CacheKeyInputStream(org.infinispan.CacheStream<?> stream, int batchSize)
  • Method Details