Interface GeoMesaProto.GeoMesaCoprocessorResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getLastScanned()
      optional bytes lastScanned = 2;
      com.google.protobuf.ByteString getPayload​(int index)
      repeated bytes payload = 1;
      int getPayloadCount()
      repeated bytes payload = 1;
      List<com.google.protobuf.ByteString> getPayloadList()
      repeated bytes payload = 1;
      int getVersion()
      optional int32 version = 3;
      boolean hasLastScanned()
      optional bytes lastScanned = 2;
      boolean hasVersion()
      optional int32 version = 3;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
    • Method Detail

      • getPayloadList

        List<com.google.protobuf.ByteString> getPayloadList()
        repeated bytes payload = 1;
      • getPayloadCount

        int getPayloadCount()
        repeated bytes payload = 1;
      • getPayload

        com.google.protobuf.ByteString getPayload​(int index)
        repeated bytes payload = 1;
      • hasLastScanned

        boolean hasLastScanned()
        optional bytes lastScanned = 2;
      • getLastScanned

        com.google.protobuf.ByteString getLastScanned()
        optional bytes lastScanned = 2;
      • hasVersion

        boolean hasVersion()
        optional int32 version = 3;
      • getVersion

        int getVersion()
        optional int32 version = 3;