public static enum TsFileSequenceReader.LocateStatus extends Enum<TsFileSequenceReader.LocateStatus>
in - the middle point of the chunkGroupMetaData is located in the current space partition. before - the middle point of the chunkGroupMetaData is located before the current space partition. after - the middle point of the chunkGroupMetaData is located after the current space partition.
| Modifier and Type | Method and Description |
|---|---|
static TsFileSequenceReader.LocateStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TsFileSequenceReader.LocateStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TsFileSequenceReader.LocateStatus in
public static final TsFileSequenceReader.LocateStatus before
public static final TsFileSequenceReader.LocateStatus after
public static TsFileSequenceReader.LocateStatus[] values()
for (TsFileSequenceReader.LocateStatus c : TsFileSequenceReader.LocateStatus.values()) System.out.println(c);
public static TsFileSequenceReader.LocateStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2022 The Apache Software Foundation. All rights reserved.