Uses of Interface
org.apache.accumulo.core.client.rfile.RFile.SummaryOptions
-
Packages that use RFile.SummaryOptions Package Description org.apache.accumulo.core.client.rfile -
-
Uses of RFile.SummaryOptions in org.apache.accumulo.core.client.rfile
Subinterfaces of RFile.SummaryOptions in org.apache.accumulo.core.client.rfile Modifier and Type Interface Description static interfaceRFile.SummaryFSOptionsThis is an intermediate interface in a larger builder pattern.Methods in org.apache.accumulo.core.client.rfile that return RFile.SummaryOptions Modifier and Type Method Description RFile.SummaryOptionsRFile.SummaryOptions. endRow(CharSequence endRow)RFile.SummaryOptionsRFile.SummaryOptions. endRow(org.apache.hadoop.io.Text endRow)Summary data may possibly be stored at a more granular level than the entire file.RFile.SummaryOptionsRFile.SummaryInputArguments. from(RFileSource... inputs)Specify RFiles to read from.RFile.SummaryOptionsRFile.SummaryOptions. selectSummaries(Predicate<SummarizerConfiguration> summarySelector)This method allows retrieving a subset of summary data from a file.RFile.SummaryOptionsRFile.SummaryOptions. startRow(CharSequence startRow)RFile.SummaryOptionsRFile.SummaryOptions. startRow(org.apache.hadoop.io.Text startRow)Summary data may possibly be stored at a more granular level than the entire file.RFile.SummaryOptionsRFile.SummaryFSOptions. withFileSystem(org.apache.hadoop.fs.FileSystem fs)Optionally provide a FileSystem to open RFiles.RFile.SummaryOptionsRFile.SummaryOptions. withTableProperties(Iterable<Map.Entry<String,String>> props)Retrieve summaries with provided tables properties.RFile.SummaryOptionsRFile.SummaryOptions. withTableProperties(Map<String,String> props)
-