com.nvidia.spark.rapids.format.TransferState Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rapids-4-spark_2.12 Show documentation
Show all versions of rapids-4-spark_2.12 Show documentation
Creates the distribution package of the RAPIDS plugin for Apache Spark
// 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]; }
}