Package io.hstream
Class BatchSetting
- java.lang.Object
-
- io.hstream.BatchSetting
-
public class BatchSetting extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBatchSetting.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetAgeLimit()intgetBytesLimit()intgetRecordCountLimit()static BatchSetting.BuildernewBuilder()
-
-
-
Method Detail
-
getRecordCountLimit
public int getRecordCountLimit()
-
getBytesLimit
public int getBytesLimit()
-
getAgeLimit
public long getAgeLimit()
-
newBuilder
public static BatchSetting.Builder newBuilder()
-
-