All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nvidia.spark.rapids.format.TransferState Maven / Gradle / Ivy

There is a newer version: 24.10.1
Show newest version
// automatically generated by the FlatBuffers compiler, do not modify

package com.nvidia.spark.rapids.format;

public final class TransferState {
  private TransferState() { }
  /**
   * UCX transfer initiated on sender-side
   */
  public static final byte STARTED = 0;
  /**
   * Data has been compressed and requires meta update
   */
  public static final byte BUFFER_META_UPDATED = 1;

  public static final String[] names = { "STARTED", "BUFFER_META_UPDATED", };

  public static String name(int e) { return names[e]; }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy