Package glide.api.models.commands.FT
Class FTInfoOptions
- java.lang.Object
-
- glide.api.models.commands.FT.FTInfoOptions
-
public class FTInfoOptions extends java.lang.ObjectAdditional arguments for the FT.INFO command.- See Also:
- valkey.io
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFTInfoOptions.ConsistencyModeControls consistency requirements in cluster mode.static classFTInfoOptions.InfoScopeControls which nodes provide index information in cluster mode.static classFTInfoOptions.ShardScopeControls shard participation in cluster mode.
-
Constructor Summary
Constructors Constructor Description FTInfoOptions(FTInfoOptions.InfoScope scope)FTInfoOptions(FTInfoOptions.InfoScope scope, FTInfoOptions.ShardScope shardScope, FTInfoOptions.ConsistencyMode consistency)FTInfoOptions(FTInfoOptions.ShardScope shardScope, FTInfoOptions.ConsistencyMode consistency)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GlideString[]toArgs()Convert to module API args.
-
-
-
Constructor Detail
-
FTInfoOptions
public FTInfoOptions(FTInfoOptions.InfoScope scope, FTInfoOptions.ShardScope shardScope, FTInfoOptions.ConsistencyMode consistency)
-
FTInfoOptions
public FTInfoOptions(FTInfoOptions.InfoScope scope)
-
FTInfoOptions
public FTInfoOptions(FTInfoOptions.ShardScope shardScope, FTInfoOptions.ConsistencyMode consistency)
-
-
Method Detail
-
toArgs
public GlideString[] toArgs()
Convert to module API args.
-
-