com.oracle.coherence.grpc.EntryOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of coherence-grpc Show documentation
Show all versions of coherence-grpc Show documentation
Coherence gRPC Common Functionality
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: messages.proto
package com.oracle.coherence.grpc;
public interface EntryOrBuilder extends
// @@protoc_insertion_point(interface_extends:coherence.Entry)
com.google.protobuf.MessageOrBuilder {
/**
*
* The cache entry key.
*
*
* bytes key = 1;
* @return The key.
*/
com.google.protobuf.ByteString getKey();
/**
*
* The value of the entry.
*
*
* bytes value = 2;
* @return The value.
*/
com.google.protobuf.ByteString getValue();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy