-
public interface ReducerContext<KEYIN, VALUEIN, KEYOUT, VALUEOUT>Created by vincent on 16-9-24. Copyright @ 2013-2016 Platon AI. All rights reserved
-
-
Method Summary
Modifier and Type Method Description abstract ImmutableConfiggetConfiguration()abstract booleannextKey()abstract booleannextKeyValue()abstract KEYINgetCurrentKey()abstract VALUEINgetCurrentValue()abstract voidwrite(KEYOUT var1, VALUEOUT var2)abstract Iterable<VALUEIN>getValues()abstract StringgetStatus()abstract voidsetStatus(String var1)abstract intgetJobId()abstract StringgetJobName()-
-
Method Detail
-
getConfiguration
abstract ImmutableConfig getConfiguration()
-
nextKey
abstract boolean nextKey()
-
nextKeyValue
abstract boolean nextKeyValue()
-
getCurrentKey
abstract KEYIN getCurrentKey()
-
getCurrentValue
abstract VALUEIN getCurrentValue()
-
getJobId
abstract int getJobId()
-
getJobName
abstract String getJobName()
-
-
-
-