Home
last modified time | relevance | path

Searched defs:getCurrentKey (Results 1 – 25 of 126) sorted by relevance

123456

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-streaming/src/main/java/org/apache/hadoop/streaming/io/
H A DOutputReader.java47 public abstract K getCurrentKey() throws IOException; in getCurrentKey() method in OutputReader
H A DTypedBytesOutputReader.java62 public TypedBytesWritable getCurrentKey() throws IOException { in getCurrentKey() method in TypedBytesOutputReader
H A DKeyOnlyTextOutputReader.java68 public Text getCurrentKey() throws IOException { in getCurrentKey() method in KeyOnlyTextOutputReader
H A DRawBytesOutputReader.java60 public BytesWritable getCurrentKey() throws IOException { in getCurrentKey() method in RawBytesOutputReader
H A DTextOutputReader.java75 public Text getCurrentKey() throws IOException { in getCurrentKey() method in TextOutputReader
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/streaming/src/java/org/apache/hadoop/streaming/io/
H A DOutputReader.java47 public abstract K getCurrentKey() throws IOException; in getCurrentKey() method in OutputReader
H A DTypedBytesOutputReader.java62 public TypedBytesWritable getCurrentKey() throws IOException { in getCurrentKey() method in TypedBytesOutputReader
H A DRawBytesOutputReader.java60 public BytesWritable getCurrentKey() throws IOException { in getCurrentKey() method in RawBytesOutputReader
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/
H A DTaskInputOutputContext.java51 public KEYIN getCurrentKey() throws IOException, InterruptedException; in getCurrentKey() method
H A DRecordReader.java64 KEYIN getCurrentKey() throws IOException, InterruptedException; in getCurrentKey() method in RecordReader
/dports/devel/hadoop/hadoop-1.2.1/src/mapred/org/apache/hadoop/mapreduce/
H A DRecordReader.java59 KEYIN getCurrentKey() throws IOException, InterruptedException; in getCurrentKey() method in RecordReader
H A DMapContext.java56 public KEYIN getCurrentKey() throws IOException, InterruptedException { in getCurrentKey() method in MapContext
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/lib/input/
H A DSequenceFileAsTextRecordReader.java60 public Text getCurrentKey() in getCurrentKey() method in SequenceFileAsTextRecordReader
H A DDelegatingRecordReader.java67 public K getCurrentKey() throws IOException, InterruptedException { in getCurrentKey() method in DelegatingRecordReader
H A DSequenceFileRecordReader.java84 public K getCurrentKey() { in getCurrentKey() method in SequenceFileRecordReader
/dports/devel/hadoop/hadoop-1.2.1/src/mapred/org/apache/hadoop/mapreduce/lib/input/
H A DSequenceFileAsTextRecordReader.java60 public Text getCurrentKey() in getCurrentKey() method in SequenceFileAsTextRecordReader
H A DDelegatingRecordReader.java67 public K getCurrentKey() throws IOException, InterruptedException { in getCurrentKey() method in DelegatingRecordReader
H A DSequenceFileRecordReader.java80 public K getCurrentKey() { in getCurrentKey() method in SequenceFileRecordReader
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/
H A DHLogInputFormat.java54 public HLogKey getCurrentKey() throws IOException, InterruptedException { in getCurrentKey() method in HLogInputFormat.HLogKeyRecordReader
H A DTableRecordReader.java101 public ImmutableBytesWritable getCurrentKey() throws IOException, in getCurrentKey() method in TableRecordReader
H A DMultiTableInputFormatBase.java117 public ImmutableBytesWritable getCurrentKey() throws IOException, InterruptedException { in createRecordReader() method
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/task/
H A DTaskInputOutputContextImpl.java73 KEYIN getCurrentKey() throws IOException, InterruptedException; in getCurrentKey() method in TaskInputOutputContextImpl
H A DMapContextImpl.java69 public KEYIN getCurrentKey() throws IOException, InterruptedException { in getCurrentKey() method in MapContextImpl
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-common/src/main/java/org/apache/hadoop/yarn/server/security/
H A DBaseContainerTokenSecretManager.java78 public MasterKey getCurrentKey() { in getCurrentKey() method in BaseContainerTokenSecretManager
/dports/devel/spark/spark-2.1.1/sql/hive/src/main/java/org/apache/hadoop/hive/ql/io/orc/
H A DSparkOrcNewRecordReader.java59 public NullWritable getCurrentKey() throws IOException, in getCurrentKey() method in SparkOrcNewRecordReader

123456