- java.lang.Object
-
- co.cask.cdap.api.data.batch.SplitReader<byte[],T>
-
- co.cask.cdap.data2.dataset2.lib.table.ObjectStoreDataset.ObjectScanner
-
- Enclosing class:
- ObjectStoreDataset<T>
public class ObjectStoreDataset.ObjectScanner
extends co.cask.cdap.api.data.batch.SplitReader<byte[],T>
The split reader for objects is reading a table split using the underlying KeyValueTable's split reader.
-
-
Method Summary
-
Methods inherited from class co.cask.cdap.api.data.batch.SplitReader
getProgress
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
close
public void close()
- Specified by:
close in class co.cask.cdap.api.data.batch.SplitReader<byte[],T>
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.