Packages

package reader_base

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class ReaderBaseState(workStarted: Long = 0L, workFinished: Long = 0L, numRecordsProduced: Long = 0L, currentWork: ByteString = ..., unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[ReaderBaseState] with Product with Serializable

    For serializing and restoring the state of ReaderBase, see reader_base.h for details.

    For serializing and restoring the state of ReaderBase, see reader_base.h for details.

    Annotations
    @SerialVersionUID()

Value Members

  1. object ReaderBaseProto extends GeneratedFileObject
  2. object ReaderBaseState extends GeneratedMessageCompanion[ReaderBaseState]

Ungrouped