Interface HStreamRecordHeaderOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    HStreamRecordHeader, HStreamRecordHeader.Builder

    public interface HStreamRecordHeaderOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getFlagValue

        int getFlagValue()
        .hstream.server.HStreamRecordHeader.Flag flag = 1;
        Returns:
        The enum numeric value on the wire for flag.
      • getAttributesCount

        int getAttributesCount()
         Optional.
         Attributes attached to this record.
         
        map<string, string> attributes = 2;
      • containsAttributes

        boolean containsAttributes​(String key)
         Optional.
         Attributes attached to this record.
         
        map<string, string> attributes = 2;
      • getAttributesMap

        Map<String,​String> getAttributesMap()
         Optional.
         Attributes attached to this record.
         
        map<string, string> attributes = 2;
      • getAttributesOrDefault

        String getAttributesOrDefault​(String key,
                                      String defaultValue)
         Optional.
         Attributes attached to this record.
         
        map<string, string> attributes = 2;
      • getAttributesOrThrow

        String getAttributesOrThrow​(String key)
         Optional.
         Attributes attached to this record.
         
        map<string, string> attributes = 2;
      • getKey

        String getKey()
         Optional.
         key for the message.
         
        string key = 3;
        Returns:
        The key.
      • getKeyBytes

        com.google.protobuf.ByteString getKeyBytes()
         Optional.
         key for the message.
         
        string key = 3;
        Returns:
        The bytes for key.