Interface NcStreamProto.StructureDataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getData()
      fixed length data
      int getHeapCount​(int index)
      heap String count
      int getHeapCountCount()
      heap String count
      List<Integer> getHeapCountList()
      heap String count
      int getMember​(int index)
      list of members present, if none then all, these are the index in Structure
      int getMemberCount()
      list of members present, if none then all, these are the index in Structure
      List<Integer> getMemberList()
      list of members present, if none then all, these are the index in Structure
      long getNrows()
      [default = 1] number of rows in this message
      int getRowLength()
      length in bytes of each row
      String getSdata​(int index)
      Strings
      com.google.protobuf.ByteString getSdataBytes​(int index)
      Strings
      int getSdataCount()
      Strings
      List<String> getSdataList()
      Strings
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

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

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

      • getMemberList

        List<Integer> getMemberList()
         list of members present, if none then all, these are the index in Structure
         
        repeated uint32 member = 1;
        Returns:
        A list containing the member.
      • getMemberCount

        int getMemberCount()
         list of members present, if none then all, these are the index in Structure
         
        repeated uint32 member = 1;
        Returns:
        The count of member.
      • getMember

        int getMember​(int index)
         list of members present, if none then all, these are the index in Structure
         
        repeated uint32 member = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The member at the given index.
      • getData

        com.google.protobuf.ByteString getData()
         fixed length data
         
        bytes data = 2;
        Returns:
        The data.
      • getHeapCountList

        List<Integer> getHeapCountList()
         heap String count
         
        repeated uint32 heapCount = 3;
        Returns:
        A list containing the heapCount.
      • getHeapCountCount

        int getHeapCountCount()
         heap String count
         
        repeated uint32 heapCount = 3;
        Returns:
        The count of heapCount.
      • getHeapCount

        int getHeapCount​(int index)
         heap String count
         
        repeated uint32 heapCount = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The heapCount at the given index.
      • getSdataList

        List<String> getSdataList()
         Strings
         
        repeated string sdata = 4;
        Returns:
        A list containing the sdata.
      • getSdataCount

        int getSdataCount()
         Strings
         
        repeated string sdata = 4;
        Returns:
        The count of sdata.
      • getSdata

        String getSdata​(int index)
         Strings
         
        repeated string sdata = 4;
        Parameters:
        index - The index of the element to return.
        Returns:
        The sdata at the given index.
      • getSdataBytes

        com.google.protobuf.ByteString getSdataBytes​(int index)
         Strings
         
        repeated string sdata = 4;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the sdata at the given index.
      • getNrows

        long getNrows()
         [default = 1] number of rows in this message
         
        uint64 nrows = 5;
        Returns:
        The nrows.
      • getRowLength

        int getRowLength()
         length in bytes of each row
         
        uint32 rowLength = 6;
        Returns:
        The rowLength.