Uses of Class
io.dingodb.store_internal.StoreInternal.SstFileInfo.Builder
Packages that use StoreInternal.SstFileInfo.Builder
-
Uses of StoreInternal.SstFileInfo.Builder in io.dingodb.store_internal
Methods in io.dingodb.store_internal that return StoreInternal.SstFileInfo.BuilderModifier and TypeMethodDescriptionStoreInternal.SstFileInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) StoreInternal.SstFileInfo.Builder.clear()StoreInternal.SstFileInfo.Builder.clearCfName()string cf_name = 6;StoreInternal.SstFileInfo.Builder.clearEndKey()bytes end_key = 5;StoreInternal.SstFileInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) StoreInternal.SstFileInfo.Builder.clearLevel()int32 level = 1;StoreInternal.SstFileInfo.Builder.clearName()string name = 2;StoreInternal.SstFileInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) StoreInternal.SstFileInfo.Builder.clearPath()string path = 3;StoreInternal.SstFileInfo.Builder.clearStartKey()bytes start_key = 4;StoreInternal.SstFileInfo.Builder.clone()StoreInternal.SstFileInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StoreInternal.SstFileInfo.Builder.mergeFrom(com.google.protobuf.Message other) StoreInternal.SstFileInfo.Builder.mergeFrom(StoreInternal.SstFileInfo other) StoreInternal.SstFileInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) StoreInternal.SstFileInfo.newBuilder()StoreInternal.SstFileInfo.newBuilder(StoreInternal.SstFileInfo prototype) StoreInternal.SstFileInfo.newBuilderForType()protected StoreInternal.SstFileInfo.BuilderStoreInternal.SstFileInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) string cf_name = 6;StoreInternal.SstFileInfo.Builder.setCfNameBytes(com.google.protobuf.ByteString value) string cf_name = 6;StoreInternal.SstFileInfo.Builder.setEndKey(com.google.protobuf.ByteString value) bytes end_key = 5;StoreInternal.SstFileInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) StoreInternal.SstFileInfo.Builder.setLevel(int value) int32 level = 1;string name = 2;StoreInternal.SstFileInfo.Builder.setNameBytes(com.google.protobuf.ByteString value) string name = 2;string path = 3;StoreInternal.SstFileInfo.Builder.setPathBytes(com.google.protobuf.ByteString value) string path = 3;StoreInternal.SstFileInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) StoreInternal.SstFileInfo.Builder.setStartKey(com.google.protobuf.ByteString value) bytes start_key = 4;StoreInternal.SstFileInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) StoreInternal.SstFileInfo.toBuilder()