Interface MemoryLogStepOrBuilder

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

    public interface MemoryLogStepOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getHandle()
      Handle describing the feeds and fetches of the step.
      com.google.protobuf.ByteString getHandleBytes()
      Handle describing the feeds and fetches of the step.
      long getStepId()
      Process-unique step id.
      • 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

      • getStepId

        long getStepId()
         Process-unique step id.
         
        int64 step_id = 1;
        Returns:
        The stepId.
      • getHandle

        java.lang.String getHandle()
         Handle describing the feeds and fetches of the step.
         
        string handle = 2;
        Returns:
        The handle.
      • getHandleBytes

        com.google.protobuf.ByteString getHandleBytes()
         Handle describing the feeds and fetches of the step.
         
        string handle = 2;
        Returns:
        The bytes for handle.