Interface GraphTransferNodeOutputInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getMaxByteSize​(int index)
      repeated int32 max_byte_size = 2;
      int getMaxByteSizeCount()
      repeated int32 max_byte_size = 2;
      java.util.List<java.lang.Integer> getMaxByteSizeList()
      repeated int32 max_byte_size = 2;
      int getNodeId()
      int32 node_id = 1;
      • 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

      • getNodeId

        int getNodeId()
        int32 node_id = 1;
        Returns:
        The nodeId.
      • getMaxByteSizeList

        java.util.List<java.lang.Integer> getMaxByteSizeList()
        repeated int32 max_byte_size = 2;
        Returns:
        A list containing the maxByteSize.
      • getMaxByteSizeCount

        int getMaxByteSizeCount()
        repeated int32 max_byte_size = 2;
        Returns:
        The count of maxByteSize.
      • getMaxByteSize

        int getMaxByteSize​(int index)
        repeated int32 max_byte_size = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The maxByteSize at the given index.