Uses of Class
org.apache.accumulo.core.dataImpl.thrift.TRowRange
-
Packages that use TRowRange Package Description org.apache.accumulo.core.dataImpl.thrift org.apache.accumulo.core.summary org.apache.accumulo.core.tabletserver.thrift -
-
Uses of TRowRange in org.apache.accumulo.core.dataImpl.thrift
Fields in org.apache.accumulo.core.dataImpl.thrift declared as TRowRange Modifier and Type Field Description TRowRangeTSummaryRequest. boundsMethods in org.apache.accumulo.core.dataImpl.thrift that return TRowRange Modifier and Type Method Description TRowRangeTRowRange. deepCopy()TRowRangeTSummaryRequest. getBounds()TRowRangeTRowRange. setEndRow(byte[] endRow)TRowRangeTRowRange. setEndRow(ByteBuffer endRow)TRowRangeTRowRange. setStartRow(byte[] startRow)TRowRangeTRowRange. setStartRow(ByteBuffer startRow)Methods in org.apache.accumulo.core.dataImpl.thrift with parameters of type TRowRange Modifier and Type Method Description intTRowRange. compareTo(TRowRange other)booleanTRowRange. equals(TRowRange that)TSummaryRequestTSummaryRequest. setBounds(TRowRange bounds)Constructors in org.apache.accumulo.core.dataImpl.thrift with parameters of type TRowRange Constructor Description TRowRange(TRowRange other)Performs a deep copy on other.TSummaryRequest(String tableId, TRowRange bounds, List<TSummarizerConfiguration> summarizers, String summarizerPattern) -
Uses of TRowRange in org.apache.accumulo.core.summary
Methods in org.apache.accumulo.core.summary that return TRowRange Modifier and Type Method Description TRowRangeGatherer.RowRange. toThrift()Method parameters in org.apache.accumulo.core.summary with type arguments of type TRowRange Modifier and Type Method Description Future<SummaryCollection>Gatherer. processFiles(Gatherer.FileSystemResolver volMgr, Map<String,List<TRowRange>> files, BlockCache summaryCache, BlockCache indexCache, com.google.common.cache.Cache<String,Long> fileLenCache, ExecutorService srp)This method will read summaries from a set of files.Constructors in org.apache.accumulo.core.summary with parameters of type TRowRange Constructor Description RowRange(TRowRange trr) -
Uses of TRowRange in org.apache.accumulo.core.tabletserver.thrift
Fields in org.apache.accumulo.core.tabletserver.thrift with type parameters of type TRowRange Modifier and Type Field Description Map<String,List<TRowRange>>TabletClientService.startGetSummariesFromFiles_args. filesMethods in org.apache.accumulo.core.tabletserver.thrift that return types with arguments of type TRowRange Modifier and Type Method Description Map<String,List<TRowRange>>TabletClientService.startGetSummariesFromFiles_args. getFiles()Method parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TRowRange Modifier and Type Method Description voidTabletClientService.startGetSummariesFromFiles_args. putToFiles(String key, List<TRowRange> val)voidTabletClientService.Client. send_startGetSummariesFromFiles(TInfo tinfo, TCredentials credentials, TSummaryRequest request, Map<String,List<TRowRange>> files)TabletClientService.startGetSummariesFromFiles_argsTabletClientService.startGetSummariesFromFiles_args. setFiles(Map<String,List<TRowRange>> files)voidTabletClientService.AsyncClient. startGetSummariesFromFiles(TInfo tinfo, TCredentials credentials, TSummaryRequest request, Map<String,List<TRowRange>> files, org.apache.thrift.async.AsyncMethodCallback<TSummaries> resultHandler)voidTabletClientService.AsyncIface. startGetSummariesFromFiles(TInfo tinfo, TCredentials credentials, TSummaryRequest request, Map<String,List<TRowRange>> files, org.apache.thrift.async.AsyncMethodCallback<TSummaries> resultHandler)TSummariesTabletClientService.Client. startGetSummariesFromFiles(TInfo tinfo, TCredentials credentials, TSummaryRequest request, Map<String,List<TRowRange>> files)TSummariesTabletClientService.Iface. startGetSummariesFromFiles(TInfo tinfo, TCredentials credentials, TSummaryRequest request, Map<String,List<TRowRange>> files)Constructor parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TRowRange Constructor Description startGetSummariesFromFiles_args(TInfo tinfo, TCredentials credentials, TSummaryRequest request, Map<String,List<TRowRange>> files)startGetSummariesFromFiles_call(TInfo tinfo, TCredentials credentials, TSummaryRequest request, Map<String,List<TRowRange>> files, org.apache.thrift.async.AsyncMethodCallback<TSummaries> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-