Package io.hstream
Interface Reader
-
- All Superinterfaces:
AutoCloseable
@Deprecated public interface Reader extends AutoCloseable
Deprecated.The interface for the HStream shard reader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CompletableFuture<List<ReceivedRecord>>
read(int maxRecords)
Deprecated.ReadReceivedRecord
s from a stream shard.-
Methods inherited from interface java.lang.AutoCloseable
close
-
-
-
-
Method Detail
-
read
CompletableFuture<List<ReceivedRecord>> read(int maxRecords)
Deprecated.ReadReceivedRecord
s from a stream shard.- Parameters:
maxRecords
- the max number of the returned records- Returns:
- the
ReceivedRecord
s wrapped in aCompletableFuture
-
-