public class AbstractTable.TableScanner
extends co.cask.cdap.api.data.batch.SplitReader<byte[],co.cask.cdap.api.dataset.table.Row>
| Constructor and Description |
|---|
AbstractTable.TableScanner() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
byte[] |
getCurrentKey() |
co.cask.cdap.api.dataset.table.Row |
getCurrentValue() |
void |
initialize(co.cask.cdap.api.data.batch.Split split) |
boolean |
nextKeyValue() |
public void initialize(co.cask.cdap.api.data.batch.Split split)
throws InterruptedException
initialize in class co.cask.cdap.api.data.batch.SplitReader<byte[],co.cask.cdap.api.dataset.table.Row>InterruptedExceptionpublic boolean nextKeyValue()
throws InterruptedException
nextKeyValue in class co.cask.cdap.api.data.batch.SplitReader<byte[],co.cask.cdap.api.dataset.table.Row>InterruptedExceptionpublic byte[] getCurrentKey()
throws InterruptedException
getCurrentKey in class co.cask.cdap.api.data.batch.SplitReader<byte[],co.cask.cdap.api.dataset.table.Row>InterruptedExceptionpublic co.cask.cdap.api.dataset.table.Row getCurrentValue()
throws InterruptedException
getCurrentValue in class co.cask.cdap.api.data.batch.SplitReader<byte[],co.cask.cdap.api.dataset.table.Row>InterruptedExceptionpublic void close()
close in class co.cask.cdap.api.data.batch.SplitReader<byte[],co.cask.cdap.api.dataset.table.Row>Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.