Package io.qdrant.client.grpc
Interface Collections.WalConfigDiffOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Collections.WalConfigDiff
,Collections.WalConfigDiff.Builder
- Enclosing class:
- Collections
public static interface Collections.WalConfigDiffOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlong
Size of a single WAL block filelong
Number of segments to create in advanceboolean
Size of a single WAL block fileboolean
Number of segments to create in advanceMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasWalCapacityMb
boolean hasWalCapacityMb()Size of a single WAL block file
optional uint64 wal_capacity_mb = 1;
- Returns:
- Whether the walCapacityMb field is set.
-
getWalCapacityMb
long getWalCapacityMb()Size of a single WAL block file
optional uint64 wal_capacity_mb = 1;
- Returns:
- The walCapacityMb.
-
hasWalSegmentsAhead
boolean hasWalSegmentsAhead()Number of segments to create in advance
optional uint64 wal_segments_ahead = 2;
- Returns:
- Whether the walSegmentsAhead field is set.
-
getWalSegmentsAhead
long getWalSegmentsAhead()Number of segments to create in advance
optional uint64 wal_segments_ahead = 2;
- Returns:
- The walSegmentsAhead.
-