Interface RecvBufResponseOrBuilder

  • All Superinterfaces:
    org.nd4j.shade.protobuf.MessageLiteOrBuilder, org.nd4j.shade.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    RecvBufResponse, RecvBufResponse.Builder

    public interface RecvBufResponseOrBuilder
    extends org.nd4j.shade.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getBufPtr()
      Address of source field on server.
      boolean getIsDead()
      True if value is 'dead' like a tensor.
      long getNumBytes()
      Byte length of buf_ptr field, if set.
      long getSendStartMicros()
      Optional, for timeline.
      org.nd4j.shade.protobuf.Any getTransportOptions()
      Optional, implementation-specific data.
      org.nd4j.shade.protobuf.AnyOrBuilder getTransportOptionsOrBuilder()
      Optional, implementation-specific data.
      boolean hasTransportOptions()
      Optional, implementation-specific data.
      • Methods inherited from interface org.nd4j.shade.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder

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

      • getBufPtr

        long getBufPtr()
         Address of source field on server.
         
        fixed64 buf_ptr = 1;
        Returns:
        The bufPtr.
      • getNumBytes

        long getNumBytes()
         Byte length of buf_ptr field, if set.
         
        int64 num_bytes = 2;
        Returns:
        The numBytes.
      • getIsDead

        boolean getIsDead()
         True if value is 'dead' like a tensor.
         
        bool is_dead = 3;
        Returns:
        The isDead.
      • hasTransportOptions

        boolean hasTransportOptions()
         Optional, implementation-specific data.
         
        .google.protobuf.Any transport_options = 4;
        Returns:
        Whether the transportOptions field is set.
      • getTransportOptions

        org.nd4j.shade.protobuf.Any getTransportOptions()
         Optional, implementation-specific data.
         
        .google.protobuf.Any transport_options = 4;
        Returns:
        The transportOptions.
      • getTransportOptionsOrBuilder

        org.nd4j.shade.protobuf.AnyOrBuilder getTransportOptionsOrBuilder()
         Optional, implementation-specific data.
         
        .google.protobuf.Any transport_options = 4;
      • getSendStartMicros

        long getSendStartMicros()
         Optional, for timeline.
         
        int64 send_start_micros = 5;
        Returns:
        The sendStartMicros.