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 class
BatchSetting.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getAgeLimit()
int
getBytesLimit()
int
getRecordCountLimit()
static BatchSetting.Builder
newBuilder()
-
-
-
Method Detail
-
getRecordCountLimit
public int getRecordCountLimit()
-
getBytesLimit
public int getBytesLimit()
-
getAgeLimit
public long getAgeLimit()
-
newBuilder
public static BatchSetting.Builder newBuilder()
-
-