io.milvus.grpc.PersistentSegmentInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of milvus-sdk-java Show documentation
Show all versions of milvus-sdk-java Show documentation
Java SDK for Milvus, a distributed high-performance vector search engine.
update grpc to 1.42.1
update protobuf to 3.19.1
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: milvus.proto
package io.milvus.grpc;
/**
* Protobuf type {@code milvus.proto.milvus.PersistentSegmentInfo}
*/
public final class PersistentSegmentInfo extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:milvus.proto.milvus.PersistentSegmentInfo)
PersistentSegmentInfoOrBuilder {
private static final long serialVersionUID = 0L;
// Use PersistentSegmentInfo.newBuilder() to construct.
private PersistentSegmentInfo(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private PersistentSegmentInfo() {
state_ = 0;
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new PersistentSegmentInfo();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private PersistentSegmentInfo(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 8: {
segmentID_ = input.readInt64();
break;
}
case 16: {
collectionID_ = input.readInt64();
break;
}
case 24: {
partitionID_ = input.readInt64();
break;
}
case 32: {
numRows_ = input.readInt64();
break;
}
case 40: {
int rawValue = input.readEnum();
state_ = rawValue;
break;
}
default: {
if (!parseUnknownField(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return io.milvus.grpc.MilvusProto.internal_static_milvus_proto_milvus_PersistentSegmentInfo_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return io.milvus.grpc.MilvusProto.internal_static_milvus_proto_milvus_PersistentSegmentInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
io.milvus.grpc.PersistentSegmentInfo.class, io.milvus.grpc.PersistentSegmentInfo.Builder.class);
}
public static final int SEGMENTID_FIELD_NUMBER = 1;
private long segmentID_;
/**
* int64 segmentID = 1;
* @return The segmentID.
*/
@java.lang.Override
public long getSegmentID() {
return segmentID_;
}
public static final int COLLECTIONID_FIELD_NUMBER = 2;
private long collectionID_;
/**
* int64 collectionID = 2;
* @return The collectionID.
*/
@java.lang.Override
public long getCollectionID() {
return collectionID_;
}
public static final int PARTITIONID_FIELD_NUMBER = 3;
private long partitionID_;
/**
* int64 partitionID = 3;
* @return The partitionID.
*/
@java.lang.Override
public long getPartitionID() {
return partitionID_;
}
public static final int NUM_ROWS_FIELD_NUMBER = 4;
private long numRows_;
/**
* int64 num_rows = 4;
* @return The numRows.
*/
@java.lang.Override
public long getNumRows() {
return numRows_;
}
public static final int STATE_FIELD_NUMBER = 5;
private int state_;
/**
* .milvus.proto.common.SegmentState state = 5;
* @return The enum numeric value on the wire for state.
*/
@java.lang.Override public int getStateValue() {
return state_;
}
/**
* .milvus.proto.common.SegmentState state = 5;
* @return The state.
*/
@java.lang.Override public io.milvus.grpc.SegmentState getState() {
@SuppressWarnings("deprecation")
io.milvus.grpc.SegmentState result = io.milvus.grpc.SegmentState.valueOf(state_);
return result == null ? io.milvus.grpc.SegmentState.UNRECOGNIZED : result;
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (segmentID_ != 0L) {
output.writeInt64(1, segmentID_);
}
if (collectionID_ != 0L) {
output.writeInt64(2, collectionID_);
}
if (partitionID_ != 0L) {
output.writeInt64(3, partitionID_);
}
if (numRows_ != 0L) {
output.writeInt64(4, numRows_);
}
if (state_ != io.milvus.grpc.SegmentState.SegmentStateNone.getNumber()) {
output.writeEnum(5, state_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (segmentID_ != 0L) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(1, segmentID_);
}
if (collectionID_ != 0L) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(2, collectionID_);
}
if (partitionID_ != 0L) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(3, partitionID_);
}
if (numRows_ != 0L) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(4, numRows_);
}
if (state_ != io.milvus.grpc.SegmentState.SegmentStateNone.getNumber()) {
size += com.google.protobuf.CodedOutputStream
.computeEnumSize(5, state_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof io.milvus.grpc.PersistentSegmentInfo)) {
return super.equals(obj);
}
io.milvus.grpc.PersistentSegmentInfo other = (io.milvus.grpc.PersistentSegmentInfo) obj;
if (getSegmentID()
!= other.getSegmentID()) return false;
if (getCollectionID()
!= other.getCollectionID()) return false;
if (getPartitionID()
!= other.getPartitionID()) return false;
if (getNumRows()
!= other.getNumRows()) return false;
if (state_ != other.state_) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + SEGMENTID_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
getSegmentID());
hash = (37 * hash) + COLLECTIONID_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
getCollectionID());
hash = (37 * hash) + PARTITIONID_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
getPartitionID());
hash = (37 * hash) + NUM_ROWS_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
getNumRows());
hash = (37 * hash) + STATE_FIELD_NUMBER;
hash = (53 * hash) + state_;
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static io.milvus.grpc.PersistentSegmentInfo parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.milvus.grpc.PersistentSegmentInfo parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static io.milvus.grpc.PersistentSegmentInfo parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.milvus.grpc.PersistentSegmentInfo parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static io.milvus.grpc.PersistentSegmentInfo parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static io.milvus.grpc.PersistentSegmentInfo parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static io.milvus.grpc.PersistentSegmentInfo parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static io.milvus.grpc.PersistentSegmentInfo parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static io.milvus.grpc.PersistentSegmentInfo parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static io.milvus.grpc.PersistentSegmentInfo parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static io.milvus.grpc.PersistentSegmentInfo parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static io.milvus.grpc.PersistentSegmentInfo parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(io.milvus.grpc.PersistentSegmentInfo prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code milvus.proto.milvus.PersistentSegmentInfo}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:milvus.proto.milvus.PersistentSegmentInfo)
io.milvus.grpc.PersistentSegmentInfoOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return io.milvus.grpc.MilvusProto.internal_static_milvus_proto_milvus_PersistentSegmentInfo_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return io.milvus.grpc.MilvusProto.internal_static_milvus_proto_milvus_PersistentSegmentInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
io.milvus.grpc.PersistentSegmentInfo.class, io.milvus.grpc.PersistentSegmentInfo.Builder.class);
}
// Construct using io.milvus.grpc.PersistentSegmentInfo.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
@java.lang.Override
public Builder clear() {
super.clear();
segmentID_ = 0L;
collectionID_ = 0L;
partitionID_ = 0L;
numRows_ = 0L;
state_ = 0;
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return io.milvus.grpc.MilvusProto.internal_static_milvus_proto_milvus_PersistentSegmentInfo_descriptor;
}
@java.lang.Override
public io.milvus.grpc.PersistentSegmentInfo getDefaultInstanceForType() {
return io.milvus.grpc.PersistentSegmentInfo.getDefaultInstance();
}
@java.lang.Override
public io.milvus.grpc.PersistentSegmentInfo build() {
io.milvus.grpc.PersistentSegmentInfo result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public io.milvus.grpc.PersistentSegmentInfo buildPartial() {
io.milvus.grpc.PersistentSegmentInfo result = new io.milvus.grpc.PersistentSegmentInfo(this);
result.segmentID_ = segmentID_;
result.collectionID_ = collectionID_;
result.partitionID_ = partitionID_;
result.numRows_ = numRows_;
result.state_ = state_;
onBuilt();
return result;
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof io.milvus.grpc.PersistentSegmentInfo) {
return mergeFrom((io.milvus.grpc.PersistentSegmentInfo)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(io.milvus.grpc.PersistentSegmentInfo other) {
if (other == io.milvus.grpc.PersistentSegmentInfo.getDefaultInstance()) return this;
if (other.getSegmentID() != 0L) {
setSegmentID(other.getSegmentID());
}
if (other.getCollectionID() != 0L) {
setCollectionID(other.getCollectionID());
}
if (other.getPartitionID() != 0L) {
setPartitionID(other.getPartitionID());
}
if (other.getNumRows() != 0L) {
setNumRows(other.getNumRows());
}
if (other.state_ != 0) {
setStateValue(other.getStateValue());
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
io.milvus.grpc.PersistentSegmentInfo parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (io.milvus.grpc.PersistentSegmentInfo) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private long segmentID_ ;
/**
* int64 segmentID = 1;
* @return The segmentID.
*/
@java.lang.Override
public long getSegmentID() {
return segmentID_;
}
/**
* int64 segmentID = 1;
* @param value The segmentID to set.
* @return This builder for chaining.
*/
public Builder setSegmentID(long value) {
segmentID_ = value;
onChanged();
return this;
}
/**
* int64 segmentID = 1;
* @return This builder for chaining.
*/
public Builder clearSegmentID() {
segmentID_ = 0L;
onChanged();
return this;
}
private long collectionID_ ;
/**
* int64 collectionID = 2;
* @return The collectionID.
*/
@java.lang.Override
public long getCollectionID() {
return collectionID_;
}
/**
* int64 collectionID = 2;
* @param value The collectionID to set.
* @return This builder for chaining.
*/
public Builder setCollectionID(long value) {
collectionID_ = value;
onChanged();
return this;
}
/**
* int64 collectionID = 2;
* @return This builder for chaining.
*/
public Builder clearCollectionID() {
collectionID_ = 0L;
onChanged();
return this;
}
private long partitionID_ ;
/**
* int64 partitionID = 3;
* @return The partitionID.
*/
@java.lang.Override
public long getPartitionID() {
return partitionID_;
}
/**
* int64 partitionID = 3;
* @param value The partitionID to set.
* @return This builder for chaining.
*/
public Builder setPartitionID(long value) {
partitionID_ = value;
onChanged();
return this;
}
/**
* int64 partitionID = 3;
* @return This builder for chaining.
*/
public Builder clearPartitionID() {
partitionID_ = 0L;
onChanged();
return this;
}
private long numRows_ ;
/**
* int64 num_rows = 4;
* @return The numRows.
*/
@java.lang.Override
public long getNumRows() {
return numRows_;
}
/**
* int64 num_rows = 4;
* @param value The numRows to set.
* @return This builder for chaining.
*/
public Builder setNumRows(long value) {
numRows_ = value;
onChanged();
return this;
}
/**
* int64 num_rows = 4;
* @return This builder for chaining.
*/
public Builder clearNumRows() {
numRows_ = 0L;
onChanged();
return this;
}
private int state_ = 0;
/**
* .milvus.proto.common.SegmentState state = 5;
* @return The enum numeric value on the wire for state.
*/
@java.lang.Override public int getStateValue() {
return state_;
}
/**
* .milvus.proto.common.SegmentState state = 5;
* @param value The enum numeric value on the wire for state to set.
* @return This builder for chaining.
*/
public Builder setStateValue(int value) {
state_ = value;
onChanged();
return this;
}
/**
* .milvus.proto.common.SegmentState state = 5;
* @return The state.
*/
@java.lang.Override
public io.milvus.grpc.SegmentState getState() {
@SuppressWarnings("deprecation")
io.milvus.grpc.SegmentState result = io.milvus.grpc.SegmentState.valueOf(state_);
return result == null ? io.milvus.grpc.SegmentState.UNRECOGNIZED : result;
}
/**
* .milvus.proto.common.SegmentState state = 5;
* @param value The state to set.
* @return This builder for chaining.
*/
public Builder setState(io.milvus.grpc.SegmentState value) {
if (value == null) {
throw new NullPointerException();
}
state_ = value.getNumber();
onChanged();
return this;
}
/**
* .milvus.proto.common.SegmentState state = 5;
* @return This builder for chaining.
*/
public Builder clearState() {
state_ = 0;
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:milvus.proto.milvus.PersistentSegmentInfo)
}
// @@protoc_insertion_point(class_scope:milvus.proto.milvus.PersistentSegmentInfo)
private static final io.milvus.grpc.PersistentSegmentInfo DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new io.milvus.grpc.PersistentSegmentInfo();
}
public static io.milvus.grpc.PersistentSegmentInfo getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public PersistentSegmentInfo parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new PersistentSegmentInfo(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public io.milvus.grpc.PersistentSegmentInfo getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}