public class OrcBatchKey extends Object
| Constructor and Description |
|---|
OrcBatchKey(long file,
int stripeIx,
int rgIx) |
OrcBatchKey(Object file,
int stripeIx,
int rgIx) |
| Modifier and Type | Method and Description |
|---|---|
OrcBatchKey |
clone() |
boolean |
equals(Object obj) |
int |
hashCode() |
void |
set(Object file,
int stripeIx,
int rgIx) |
String |
toString() |
public Object fileKey
public int stripeIx
public int rgIx
public OrcBatchKey(long file,
int stripeIx,
int rgIx)
public OrcBatchKey(Object file, int stripeIx, int rgIx)
public void set(Object file, int stripeIx, int rgIx)
public OrcBatchKey clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.