public class StreamName extends Object implements Comparable<StreamName>
Sorted by area, encryption, column, and then kind.
Modifier and Type | Class and Description |
---|---|
static class |
StreamName.Area |
Constructor and Description |
---|
StreamName(int column,
OrcProto.Stream.Kind kind) |
StreamName(int column,
OrcProto.Stream.Kind kind,
EncryptionVariant encryption) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(@NotNull StreamName streamName) |
boolean |
equals(Object obj) |
StreamName.Area |
getArea() |
static StreamName.Area |
getArea(OrcProto.Stream.Kind kind) |
int |
getColumn() |
EncryptionVariant |
getEncryption()
Get the encryption information for this stream.
|
OrcProto.Stream.Kind |
getKind() |
int |
hashCode() |
String |
toString() |
public StreamName(int column, OrcProto.Stream.Kind kind)
public StreamName(int column, OrcProto.Stream.Kind kind, EncryptionVariant encryption)
public int compareTo(@NotNull @NotNull StreamName streamName)
compareTo
in interface Comparable<StreamName>
public int getColumn()
public OrcProto.Stream.Kind getKind()
public StreamName.Area getArea()
public static StreamName.Area getArea(OrcProto.Stream.Kind kind)
public EncryptionVariant getEncryption()
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.