Class SnapshotContract
java.lang.Object
tech.skworks.tachyon.common.contract.util.ContractCreator
tech.skworks.tachyon.common.contract.SnapshotContract
Short class explaination
Long class explaination with @link if needed
Project Tachyon
- Since:
- 1.0.0-SNAPSHOT
- Version:
- 1.0
- Author:
- Jimmy (vSKAH) - 25/08/2026
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.grpc.MethodDescriptor<org.bson.RawBsonDocument, org.bson.RawBsonDocument> static final io.grpc.MethodDescriptor<org.bson.RawBsonDocument, org.bson.RawBsonDocument> static final Stringstatic final io.grpc.MethodDescriptor<org.bson.RawBsonDocument, org.bson.RawBsonDocument> static final io.grpc.MethodDescriptor<org.bson.RawBsonDocument, org.bson.RawBsonDocument> static final io.grpc.MethodDescriptor<org.bson.RawBsonDocument, org.bson.RawBsonDocument> -
Method Summary
Methods inherited from class ContractCreator
createMethod
-
Field Details
-
SERVICE_NAME
- See Also:
-
TAKE_DATABASE_SNAPSHOT
public static final io.grpc.MethodDescriptor<org.bson.RawBsonDocument, org.bson.RawBsonDocument> TAKE_DATABASE_SNAPSHOT -
TAKE_COMPONENT_SNAPSHOT
public static final io.grpc.MethodDescriptor<org.bson.RawBsonDocument, org.bson.RawBsonDocument> TAKE_COMPONENT_SNAPSHOT -
TOGGLE_SNAPSHOT_LOCK
public static final io.grpc.MethodDescriptor<org.bson.RawBsonDocument, org.bson.RawBsonDocument> TOGGLE_SNAPSHOT_LOCK -
LIST_SNAPSHOT
public static final io.grpc.MethodDescriptor<org.bson.RawBsonDocument, org.bson.RawBsonDocument> LIST_SNAPSHOT -
DECODE_SNAPSHOT
public static final io.grpc.MethodDescriptor<org.bson.RawBsonDocument, org.bson.RawBsonDocument> DECODE_SNAPSHOT
-