Uses of Class
org.apache.nemo.runtime.executor.data.DataUtil.IteratorWithNumBytes.NumBytesNotSupportedException
-
Packages that use DataUtil.IteratorWithNumBytes.NumBytesNotSupportedException Package Description org.apache.nemo.runtime.executor.data org.apache.nemo.runtime.executor.data.partition -
-
Uses of DataUtil.IteratorWithNumBytes.NumBytesNotSupportedException in org.apache.nemo.runtime.executor.data
Methods in org.apache.nemo.runtime.executor.data that throw DataUtil.IteratorWithNumBytes.NumBytesNotSupportedException Modifier and Type Method Description long
DataUtil.IteratorWithNumBytes. getCurrNumEncodedBytes()
This method can be called before the every actual data completely taken from iterator, When the every actual data completely taken from iterator, its return value must be same with a return value of getNumSerializedBytes().long
DataUtil.IteratorWithNumBytes. getCurrNumSerializedBytes()
This method can be called before the every actual data completely taken from iterator, When the every actual data completely taken from iterator, its return value must be same with a return value of getNumSerializedBytes().long
DataUtil.IteratorWithNumBytes. getNumEncodedBytes()
This method should be called after the actual data is taken out of iterator, since the existence of an iterator does not guarantee that data inside it is ready.long
DataUtil.IteratorWithNumBytes. getNumSerializedBytes()
This method should be called after the actual data is taken out of iterator, since the existence of an iterator does not guarantee that data inside it is ready. -
Uses of DataUtil.IteratorWithNumBytes.NumBytesNotSupportedException in org.apache.nemo.runtime.executor.data.partition
Methods in org.apache.nemo.runtime.executor.data.partition that throw DataUtil.IteratorWithNumBytes.NumBytesNotSupportedException Modifier and Type Method Description long
NonSerializedPartition. getNumEncodedBytes()
long
NonSerializedPartition. getNumSerializedBytes()
-