Uses of Class
org.apache.pinot.common.lineage.LineageEntryState
-
Packages that use LineageEntryState Package Description org.apache.pinot.common.lineage -
-
Uses of LineageEntryState in org.apache.pinot.common.lineage
Methods in org.apache.pinot.common.lineage that return LineageEntryState Modifier and Type Method Description LineageEntryStateLineageEntry. getState()static LineageEntryStateLineageEntryState. valueOf(String name)Returns the enum constant of this type with the specified name.static LineageEntryState[]LineageEntryState. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.pinot.common.lineage with parameters of type LineageEntryState Constructor Description LineageEntry(List<String> segmentsFrom, List<String> segmentsTo, LineageEntryState state, long timestamp)
-