com.alibaba.graphscope.proto.groot.RemoteFlushRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of groot-client Show documentation
Show all versions of groot-client Show documentation
The Java client of Groot, a persistence storage engine
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: write_service.proto
package com.alibaba.graphscope.proto.groot;
public interface RemoteFlushRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:gs.rpc.groot.RemoteFlushRequest)
com.google.protobuf.MessageOrBuilder {
/**
* int64 snapshot_id = 1;
* @return The snapshotId.
*/
long getSnapshotId();
/**
* int64 wait_time_ms = 2;
* @return The waitTimeMs.
*/
long getWaitTimeMs();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy