Class ActionType

java.lang.Object
org.apache.arrow.flight.ActionType

public class ActionType extends Object
POJO wrapper around protocol specifics for Flight actions.
  • Constructor Details

    • ActionType

      public ActionType(String type, String description)
      Construct a new instance.
      Parameters:
      type - The type of action to perform
      description - The description of the type.
  • Method Details