com.aerospike.vector.client.proto.GcInvalidVerticesRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of avs-client-java Show documentation
Show all versions of avs-client-java Show documentation
This project includes the Java client for Aerospike Vector Search for high-performance data interactions.
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: index.proto
// Protobuf Java Version: 3.25.5
package com.aerospike.vector.client.proto;
public interface GcInvalidVerticesRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:aerospike.vector.GcInvalidVerticesRequest)
com.google.protobuf.MessageOrBuilder {
/**
* .aerospike.vector.IndexId indexId = 1;
* @return Whether the indexId field is set.
*/
boolean hasIndexId();
/**
* .aerospike.vector.IndexId indexId = 1;
* @return The indexId.
*/
com.aerospike.vector.client.proto.IndexId getIndexId();
/**
* .aerospike.vector.IndexId indexId = 1;
*/
com.aerospike.vector.client.proto.IndexIdOrBuilder getIndexIdOrBuilder();
/**
*
* Vertices identified as invalid before cutoff timestamp (Unix timestamp) are garbage collected.
*
*
* int64 cutoffTimestamp = 2;
* @return The cutoffTimestamp.
*/
long getCutoffTimestamp();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy