public static final class StreamCommands.XTrimArgument.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
StreamCommands.XTrimArgument.Builder |
approximateTrimming(boolean approximateTrimming) |
StreamCommands.XTrimArgument |
build() |
static StreamCommands.XTrimArgument.Builder |
create() |
StreamCommands.XTrimArgument.Builder |
exactTrimming(boolean exactTrimming) |
StreamCommands.XTrimArgument.Builder |
maxLen(long maxLen) |
StreamCommands.XTrimArgument.Builder |
minId(String minId) |
public static StreamCommands.XTrimArgument.Builder create()
public StreamCommands.XTrimArgument.Builder maxLen(long maxLen)
public StreamCommands.XTrimArgument.Builder approximateTrimming(boolean approximateTrimming)
public StreamCommands.XTrimArgument.Builder exactTrimming(boolean exactTrimming)
public StreamCommands.XTrimArgument.Builder minId(String minId)
public StreamCommands.XTrimArgument build()
Copyright © 2023 buession.com Inc.. All rights reserved.