Uses of Interface
org.apache.accumulo.core.client.rfile.RFile.SummaryOptions
Packages that use RFile.SummaryOptions
-
Uses of RFile.SummaryOptions in org.apache.accumulo.core.client.rfile
Subinterfaces of RFile.SummaryOptions in org.apache.accumulo.core.client.rfileModifier and TypeInterfaceDescriptionstatic interfaceThis is an intermediate interface in a larger builder pattern.Methods in org.apache.accumulo.core.client.rfile that return RFile.SummaryOptionsModifier and TypeMethodDescriptionRFile.SummaryOptions.endRow(CharSequence endRow) RFile.SummaryOptions.endRow(org.apache.hadoop.io.Text endRow) Summary data may possibly be stored at a more granular level than the entire file.RFile.SummaryInputArguments.from(RFileSource... inputs) Specify RFiles to read from.RFile.SummaryOptions.selectSummaries(Predicate<SummarizerConfiguration> summarySelector) This method allows retrieving a subset of summary data from a file.RFile.SummaryOptions.startRow(CharSequence startRow) RFile.SummaryOptions.startRow(org.apache.hadoop.io.Text startRow) Summary data may possibly be stored at a more granular level than the entire file.RFile.SummaryFSOptions.withFileSystem(org.apache.hadoop.fs.FileSystem fs) Optionally provide a FileSystem to open RFiles.RFile.SummaryOptions.withTableProperties(Iterable<Map.Entry<String, String>> props) Retrieve summaries with provided tables properties.RFile.SummaryOptions.withTableProperties(Map<String, String> props) Any property that impacts file behavior regardless of whether it has theProperty.TABLE_PREFIXmay be accepted and used.