akka.contrib.pattern.protobuf.msg
Interface DistributedPubSubMessages.Delta.EntryOrBuilder

All Known Implementing Classes:
DistributedPubSubMessages.Delta.Entry, DistributedPubSubMessages.Delta.Entry.Builder
Enclosing class:
DistributedPubSubMessages.Delta

public static interface DistributedPubSubMessages.Delta.EntryOrBuilder


Method Summary
 java.lang.String getKey()
          required string key = 1;
 com.google.protobuf.ByteString getKeyBytes()
          required string key = 1;
 java.lang.String getRef()
          optional string ref = 3;
 com.google.protobuf.ByteString getRefBytes()
          optional string ref = 3;
 long getVersion()
          required int64 version = 2;
 boolean hasKey()
          required string key = 1;
 boolean hasRef()
          optional string ref = 3;
 boolean hasVersion()
          required int64 version = 2;
 

Method Detail

hasKey

boolean hasKey()
required string key = 1;


getKey

java.lang.String getKey()
required string key = 1;


getKeyBytes

com.google.protobuf.ByteString getKeyBytes()
required string key = 1;


hasVersion

boolean hasVersion()
required int64 version = 2;


getVersion

long getVersion()
required int64 version = 2;


hasRef

boolean hasRef()
optional string ref = 3;


getRef

java.lang.String getRef()
optional string ref = 3;


getRefBytes

com.google.protobuf.ByteString getRefBytes()
optional string ref = 3;