public class StreamName extends Object implements Comparable<StreamName>
| Modifier and Type | Class and Description |
|---|---|
static class |
StreamName.Area |
| Constructor and Description |
|---|
StreamName(int column,
OrcProto.Stream.Kind kind) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(StreamName streamName) |
boolean |
equals(Object obj) |
StreamName.Area |
getArea() |
static StreamName.Area |
getArea(OrcProto.Stream.Kind kind) |
int |
getColumn() |
OrcProto.Stream.Kind |
getKind() |
int |
hashCode() |
String |
toString() |
public StreamName(int column,
OrcProto.Stream.Kind kind)
public int compareTo(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)
Copyright © 2013–2018 The Apache Software Foundation. All rights reserved.