Package net.sansa_stack.hadoop.core
Interface Stats2
- All Superinterfaces:
org.apache.jena.graph.FrontsNode,org.apache.jena.rdf.model.RDFNode,org.apache.jena.rdf.model.Resource
public interface Stats2
extends org.apache.jena.rdf.model.Resource
-
Method Summary
Modifier and TypeMethodDescriptionNull if the split is not backed by a blocked stream; -1 if the stream uses blocks but none was detectedNote: The size is probably more helpful than its absolute end offsetsetErrorMessage(String value) setFirstBlock(Long value) setRecordCount(Long value) setSplitSize(Long value) setSplitStart(Long value) setTailElementCount(Integer value) setTotalBytesRead(Long value) setTotalElementCount(Long value) setTotalRecordCount(Long value) setTotalTime(Double value) Methods inherited from interface org.apache.jena.graph.FrontsNode
asNodeMethods inherited from interface org.apache.jena.rdf.model.RDFNode
as, asLiteral, asResource, asStatementTerm, canAs, getModel, isAnon, isLiteral, isResource, isStatementTerm, isURIResource, visitWithMethods inherited from interface org.apache.jena.rdf.model.Resource
abort, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addLiteral, addProperty, addProperty, addProperty, addProperty, begin, commit, equals, getId, getLocalName, getNameSpace, getProperty, getProperty, getPropertyResourceValue, getRequiredProperty, getRequiredProperty, getURI, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasLiteral, hasProperty, hasProperty, hasProperty, hasProperty, hasURI, inModel, listProperties, listProperties, listProperties, removeAll, removeProperties, toString
-
Method Details
-
getSplitStart
Long getSplitStart() -
setSplitStart
-
getFirstBlock
Long getFirstBlock()Null if the split is not backed by a blocked stream; -1 if the stream uses blocks but none was detected -
setFirstBlock
-
getSplitSize
Long getSplitSize()Note: The size is probably more helpful than its absolute end offset -
setSplitSize
-
isRegionStartSearchReadOverSplitEnd
Boolean isRegionStartSearchReadOverSplitEnd() -
setRegionStartSearchReadOverSplitEnd
-
isRegionStartSearchReadOverRegionEnd
Boolean isRegionStartSearchReadOverRegionEnd() -
setRegionStartSearchReadOverRegionEnd
-
getTotalElementCount
Long getTotalElementCount() -
setTotalElementCount
-
getTailElementCount
Integer getTailElementCount() -
setTailElementCount
-
getRecordCount
Long getRecordCount() -
setRecordCount
-
getTotalRecordCount
Long getTotalRecordCount() -
setTotalRecordCount
-
getRegionStartProbeResult
ProbeStats getRegionStartProbeResult() -
setRegionStartProbeResult
-
getRegionEndProbeResult
ProbeStats getRegionEndProbeResult() -
setRegionEndProbeResult
-
getTotalBytesRead
Long getTotalBytesRead() -
setTotalBytesRead
-
getTotalTime
Double getTotalTime() -
setTotalTime
-
getErrorMessage
String getErrorMessage() -
setErrorMessage
-