Uses of Class
org.apache.accumulo.core.dataImpl.thrift.TKeyExtent
-
-
Uses of TKeyExtent in org.apache.accumulo.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl that return TKeyExtent Modifier and Type Method Description TKeyExtentTranslator.KeyExtentTranslator. translate(KeyExtent input)Methods in org.apache.accumulo.core.clientImpl with parameters of type TKeyExtent Modifier and Type Method Description KeyExtentTranslator.TKeyExtentTranslator. translate(TKeyExtent input) -
Uses of TKeyExtent in org.apache.accumulo.core.dataImpl
Methods in org.apache.accumulo.core.dataImpl that return TKeyExtent Modifier and Type Method Description TKeyExtentKeyExtent. toThrift()Constructors in org.apache.accumulo.core.dataImpl with parameters of type TKeyExtent Constructor Description KeyExtent(TKeyExtent tke) -
Uses of TKeyExtent in org.apache.accumulo.core.dataImpl.thrift
Fields in org.apache.accumulo.core.dataImpl.thrift declared as TKeyExtent Modifier and Type Field Description TKeyExtentMultiScanResult. partScanFields in org.apache.accumulo.core.dataImpl.thrift with type parameters of type TKeyExtent Modifier and Type Field Description Map<TKeyExtent,SecurityErrorCode>UpdateErrors. authorizationFailuresMap<TKeyExtent,Long>UpdateErrors. failedExtentsMap<TKeyExtent,List<TRange>>MultiScanResult. failuresList<TKeyExtent>MultiScanResult. fullScansMethods in org.apache.accumulo.core.dataImpl.thrift that return TKeyExtent Modifier and Type Method Description TKeyExtentTKeyExtent. deepCopy()TKeyExtentMultiScanResult. getPartScan()TKeyExtentTKeyExtent. setEndRow(byte[] endRow)TKeyExtentTKeyExtent. setEndRow(ByteBuffer endRow)TKeyExtentTKeyExtent. setPrevEndRow(byte[] prevEndRow)TKeyExtentTKeyExtent. setPrevEndRow(ByteBuffer prevEndRow)TKeyExtentTKeyExtent. setTable(byte[] table)TKeyExtentTKeyExtent. setTable(ByteBuffer table)Methods in org.apache.accumulo.core.dataImpl.thrift that return types with arguments of type TKeyExtent Modifier and Type Method Description Map<TKeyExtent,SecurityErrorCode>UpdateErrors. getAuthorizationFailures()Map<TKeyExtent,Long>UpdateErrors. getFailedExtents()Map<TKeyExtent,List<TRange>>MultiScanResult. getFailures()List<TKeyExtent>MultiScanResult. getFullScans()Iterator<TKeyExtent>MultiScanResult. getFullScansIterator()Methods in org.apache.accumulo.core.dataImpl.thrift with parameters of type TKeyExtent Modifier and Type Method Description voidMultiScanResult. addToFullScans(TKeyExtent elem)intTKeyExtent. compareTo(TKeyExtent other)booleanTKeyExtent. equals(TKeyExtent that)voidUpdateErrors. putToAuthorizationFailures(TKeyExtent key, SecurityErrorCode val)voidUpdateErrors. putToFailedExtents(TKeyExtent key, long val)voidMultiScanResult. putToFailures(TKeyExtent key, List<TRange> val)MultiScanResultMultiScanResult. setPartScan(TKeyExtent partScan)Method parameters in org.apache.accumulo.core.dataImpl.thrift with type arguments of type TKeyExtent Modifier and Type Method Description UpdateErrorsUpdateErrors. setAuthorizationFailures(Map<TKeyExtent,SecurityErrorCode> authorizationFailures)UpdateErrorsUpdateErrors. setFailedExtents(Map<TKeyExtent,Long> failedExtents)MultiScanResultMultiScanResult. setFailures(Map<TKeyExtent,List<TRange>> failures)MultiScanResultMultiScanResult. setFullScans(List<TKeyExtent> fullScans)Constructors in org.apache.accumulo.core.dataImpl.thrift with parameters of type TKeyExtent Constructor Description MultiScanResult(List<TKeyValue> results, Map<TKeyExtent,List<TRange>> failures, List<TKeyExtent> fullScans, TKeyExtent partScan, TKey partNextKey, boolean partNextKeyInclusive, boolean more)TKeyExtent(TKeyExtent other)Performs a deep copy on other.Constructor parameters in org.apache.accumulo.core.dataImpl.thrift with type arguments of type TKeyExtent Constructor Description MultiScanResult(List<TKeyValue> results, Map<TKeyExtent,List<TRange>> failures, List<TKeyExtent> fullScans, TKeyExtent partScan, TKey partNextKey, boolean partNextKeyInclusive, boolean more)UpdateErrors(Map<TKeyExtent,Long> failedExtents, List<TConstraintViolationSummary> violationSummaries, Map<TKeyExtent,SecurityErrorCode> authorizationFailures) -
Uses of TKeyExtent in org.apache.accumulo.core.master.thrift
Fields in org.apache.accumulo.core.master.thrift declared as TKeyExtent Modifier and Type Field Description TKeyExtentTabletSplit. oldTabletTKeyExtentMasterClientService.reportTabletStatus_args. tabletFields in org.apache.accumulo.core.master.thrift with type parameters of type TKeyExtent Modifier and Type Field Description List<TKeyExtent>TabletSplit. newTabletsMethods in org.apache.accumulo.core.master.thrift that return TKeyExtent Modifier and Type Method Description TKeyExtentTabletSplit. getOldTablet()TKeyExtentMasterClientService.reportTabletStatus_args. getTablet()Methods in org.apache.accumulo.core.master.thrift that return types with arguments of type TKeyExtent Modifier and Type Method Description List<TKeyExtent>TabletSplit. getNewTablets()Iterator<TKeyExtent>TabletSplit. getNewTabletsIterator()Methods in org.apache.accumulo.core.master.thrift with parameters of type TKeyExtent Modifier and Type Method Description voidTabletSplit. addToNewTablets(TKeyExtent elem)voidMasterClientService.AsyncClient. reportTabletStatus(TInfo tinfo, TCredentials credentials, String serverName, TabletLoadState status, TKeyExtent tablet, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidMasterClientService.AsyncIface. reportTabletStatus(TInfo tinfo, TCredentials credentials, String serverName, TabletLoadState status, TKeyExtent tablet, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidMasterClientService.Client. reportTabletStatus(TInfo tinfo, TCredentials credentials, String serverName, TabletLoadState status, TKeyExtent tablet)voidMasterClientService.Iface. reportTabletStatus(TInfo tinfo, TCredentials credentials, String serverName, TabletLoadState status, TKeyExtent tablet)voidMasterClientService.Client. send_reportTabletStatus(TInfo tinfo, TCredentials credentials, String serverName, TabletLoadState status, TKeyExtent tablet)TabletSplitTabletSplit. setOldTablet(TKeyExtent oldTablet)MasterClientService.reportTabletStatus_argsMasterClientService.reportTabletStatus_args. setTablet(TKeyExtent tablet)Method parameters in org.apache.accumulo.core.master.thrift with type arguments of type TKeyExtent Modifier and Type Method Description TabletSplitTabletSplit. setNewTablets(List<TKeyExtent> newTablets)Constructors in org.apache.accumulo.core.master.thrift with parameters of type TKeyExtent Constructor Description reportTabletStatus_args(TInfo tinfo, TCredentials credentials, String serverName, TabletLoadState status, TKeyExtent tablet)reportTabletStatus_call(TInfo tinfo, TCredentials credentials, String serverName, TabletLoadState status, TKeyExtent tablet, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)TabletSplit(TKeyExtent oldTablet, List<TKeyExtent> newTablets)Constructor parameters in org.apache.accumulo.core.master.thrift with type arguments of type TKeyExtent Constructor Description TabletSplit(TKeyExtent oldTablet, List<TKeyExtent> newTablets) -
Uses of TKeyExtent in org.apache.accumulo.core.tabletserver.thrift
Fields in org.apache.accumulo.core.tabletserver.thrift declared as TKeyExtent Modifier and Type Field Description TKeyExtentActiveCompaction. extentTKeyExtentActiveScan. extentTKeyExtentNotServingTabletException. extentTKeyExtentTabletClientService.chop_args. extentTKeyExtentTabletClientService.flushTablet_args. extentTKeyExtentTabletClientService.loadTablet_args. extentTKeyExtentTabletClientService.splitTablet_args. extentTKeyExtentTabletClientService.startScan_args. extentTKeyExtentTabletClientService.unloadTablet_args. extentTKeyExtentTabletStats. extentTKeyExtentTooManyFilesException. extentTKeyExtentTSampleNotPresentException. extentTKeyExtentTabletClientService.applyUpdates_args. keyExtentTKeyExtentTabletClientService.update_args. keyExtentFields in org.apache.accumulo.core.tabletserver.thrift with type parameters of type TKeyExtent Modifier and Type Field Description Map<TKeyExtent,List<TRange>>TabletClientService.startMultiScan_args. batchMap<TKeyExtent,Map<String,MapFileInfo>>TabletClientService.bulkImport_args. filesMap<TKeyExtent,Map<String,MapFileInfo>>TabletClientService.loadFiles_args. filesMap<TKeyExtent,List<TConditionalMutation>>TabletClientService.conditionalUpdate_args. mutationsList<TKeyExtent>TabletClientService.bulkImport_result. successMethods in org.apache.accumulo.core.tabletserver.thrift that return TKeyExtent Modifier and Type Method Description TKeyExtentActiveCompaction. getExtent()TKeyExtentActiveScan. getExtent()TKeyExtentNotServingTabletException. getExtent()TKeyExtentTabletClientService.chop_args. getExtent()TKeyExtentTabletClientService.flushTablet_args. getExtent()TKeyExtentTabletClientService.loadTablet_args. getExtent()TKeyExtentTabletClientService.splitTablet_args. getExtent()TKeyExtentTabletClientService.startScan_args. getExtent()TKeyExtentTabletClientService.unloadTablet_args. getExtent()TKeyExtentTabletStats. getExtent()TKeyExtentTooManyFilesException. getExtent()TKeyExtentTSampleNotPresentException. getExtent()TKeyExtentTabletClientService.applyUpdates_args. getKeyExtent()TKeyExtentTabletClientService.update_args. getKeyExtent()Methods in org.apache.accumulo.core.tabletserver.thrift that return types with arguments of type TKeyExtent Modifier and Type Method Description List<TKeyExtent>TabletClientService.Client. bulkImport(TInfo tinfo, TCredentials credentials, long tid, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime)List<TKeyExtent>TabletClientService.Iface. bulkImport(TInfo tinfo, TCredentials credentials, long tid, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime)Map<TKeyExtent,List<TRange>>TabletClientService.startMultiScan_args. getBatch()Map<TKeyExtent,Map<String,MapFileInfo>>TabletClientService.bulkImport_args. getFiles()Map<TKeyExtent,Map<String,MapFileInfo>>TabletClientService.loadFiles_args. getFiles()Map<TKeyExtent,List<TConditionalMutation>>TabletClientService.conditionalUpdate_args. getMutations()List<TKeyExtent>TabletClientService.AsyncClient.bulkImport_call. getResult()org.apache.thrift.async.AsyncMethodCallback<List<TKeyExtent>>TabletClientService.AsyncProcessor.bulkImport. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)List<TKeyExtent>TabletClientService.bulkImport_result. getSuccess()Iterator<TKeyExtent>TabletClientService.bulkImport_result. getSuccessIterator()List<TKeyExtent>TabletClientService.Client. recv_bulkImport()Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type TKeyExtent Modifier and Type Method Description voidTabletClientService.bulkImport_result. addToSuccess(TKeyExtent elem)voidTabletClientService.AsyncClient. applyUpdates(TInfo tinfo, long updateID, TKeyExtent keyExtent, List<TMutation> mutations, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidTabletClientService.AsyncIface. applyUpdates(TInfo tinfo, long updateID, TKeyExtent keyExtent, List<TMutation> mutations, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidTabletClientService.Client. applyUpdates(TInfo tinfo, long updateID, TKeyExtent keyExtent, List<TMutation> mutations)voidTabletClientService.Iface. applyUpdates(TInfo tinfo, long updateID, TKeyExtent keyExtent, List<TMutation> mutations)voidTabletClientService.AsyncClient. chop(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidTabletClientService.AsyncIface. chop(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidTabletClientService.Client. chop(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent)voidTabletClientService.Iface. chop(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent)voidTabletClientService.AsyncClient. flushTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidTabletClientService.AsyncIface. flushTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidTabletClientService.Client. flushTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent)voidTabletClientService.Iface. flushTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent)voidTabletClientService.AsyncClient. loadTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidTabletClientService.AsyncIface. loadTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidTabletClientService.Client. loadTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent)voidTabletClientService.Iface. loadTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent)voidTabletClientService.startMultiScan_args. putToBatch(TKeyExtent key, List<TRange> val)voidTabletClientService.bulkImport_args. putToFiles(TKeyExtent key, Map<String,MapFileInfo> val)voidTabletClientService.loadFiles_args. putToFiles(TKeyExtent key, Map<String,MapFileInfo> val)voidTabletClientService.conditionalUpdate_args. putToMutations(TKeyExtent key, List<TConditionalMutation> val)voidTabletClientService.Client. send_applyUpdates(TInfo tinfo, long updateID, TKeyExtent keyExtent, List<TMutation> mutations)voidTabletClientService.Client. send_chop(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent)voidTabletClientService.Client. send_flushTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent)voidTabletClientService.Client. send_loadTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent)voidTabletClientService.Client. send_splitTablet(TInfo tinfo, TCredentials credentials, TKeyExtent extent, ByteBuffer splitPoint)voidTabletClientService.Client. send_startScan(TInfo tinfo, TCredentials credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated, long readaheadThreshold, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints)voidTabletClientService.Client. send_unloadTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, TUnloadTabletGoal goal, long requestTime)voidTabletClientService.Client. send_update(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation, TDurability durability)ActiveCompactionActiveCompaction. setExtent(TKeyExtent extent)ActiveScanActiveScan. setExtent(TKeyExtent extent)NotServingTabletExceptionNotServingTabletException. setExtent(TKeyExtent extent)TabletClientService.chop_argsTabletClientService.chop_args. setExtent(TKeyExtent extent)TabletClientService.flushTablet_argsTabletClientService.flushTablet_args. setExtent(TKeyExtent extent)TabletClientService.loadTablet_argsTabletClientService.loadTablet_args. setExtent(TKeyExtent extent)TabletClientService.splitTablet_argsTabletClientService.splitTablet_args. setExtent(TKeyExtent extent)TabletClientService.startScan_argsTabletClientService.startScan_args. setExtent(TKeyExtent extent)TabletClientService.unloadTablet_argsTabletClientService.unloadTablet_args. setExtent(TKeyExtent extent)TabletStatsTabletStats. setExtent(TKeyExtent extent)TooManyFilesExceptionTooManyFilesException. setExtent(TKeyExtent extent)TSampleNotPresentExceptionTSampleNotPresentException. setExtent(TKeyExtent extent)TabletClientService.applyUpdates_argsTabletClientService.applyUpdates_args. setKeyExtent(TKeyExtent keyExtent)TabletClientService.update_argsTabletClientService.update_args. setKeyExtent(TKeyExtent keyExtent)voidTabletClientService.AsyncClient. splitTablet(TInfo tinfo, TCredentials credentials, TKeyExtent extent, ByteBuffer splitPoint, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidTabletClientService.AsyncIface. splitTablet(TInfo tinfo, TCredentials credentials, TKeyExtent extent, ByteBuffer splitPoint, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidTabletClientService.Client. splitTablet(TInfo tinfo, TCredentials credentials, TKeyExtent extent, ByteBuffer splitPoint)voidTabletClientService.Iface. splitTablet(TInfo tinfo, TCredentials credentials, TKeyExtent extent, ByteBuffer splitPoint)voidTabletClientService.AsyncClient. startScan(TInfo tinfo, TCredentials credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated, long readaheadThreshold, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints, org.apache.thrift.async.AsyncMethodCallback<InitialScan> resultHandler)voidTabletClientService.AsyncIface. startScan(TInfo tinfo, TCredentials credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated, long readaheadThreshold, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints, org.apache.thrift.async.AsyncMethodCallback<InitialScan> resultHandler)InitialScanTabletClientService.Client. startScan(TInfo tinfo, TCredentials credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated, long readaheadThreshold, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints)InitialScanTabletClientService.Iface. startScan(TInfo tinfo, TCredentials credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated, long readaheadThreshold, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints)voidTabletClientService.AsyncClient. unloadTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, TUnloadTabletGoal goal, long requestTime, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidTabletClientService.AsyncIface. unloadTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, TUnloadTabletGoal goal, long requestTime, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidTabletClientService.Client. unloadTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, TUnloadTabletGoal goal, long requestTime)voidTabletClientService.Iface. unloadTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, TUnloadTabletGoal goal, long requestTime)voidTabletClientService.AsyncClient. update(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation, TDurability durability, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidTabletClientService.AsyncIface. update(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation, TDurability durability, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidTabletClientService.Client. update(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation, TDurability durability)voidTabletClientService.Iface. update(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation, TDurability durability)Method parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TKeyExtent Modifier and Type Method Description voidTabletClientService.AsyncClient. bulkImport(TInfo tinfo, TCredentials credentials, long tid, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime, org.apache.thrift.async.AsyncMethodCallback<List<TKeyExtent>> resultHandler)voidTabletClientService.AsyncClient. bulkImport(TInfo tinfo, TCredentials credentials, long tid, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime, org.apache.thrift.async.AsyncMethodCallback<List<TKeyExtent>> resultHandler)voidTabletClientService.AsyncIface. bulkImport(TInfo tinfo, TCredentials credentials, long tid, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime, org.apache.thrift.async.AsyncMethodCallback<List<TKeyExtent>> resultHandler)voidTabletClientService.AsyncIface. bulkImport(TInfo tinfo, TCredentials credentials, long tid, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime, org.apache.thrift.async.AsyncMethodCallback<List<TKeyExtent>> resultHandler)List<TKeyExtent>TabletClientService.Client. bulkImport(TInfo tinfo, TCredentials credentials, long tid, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime)List<TKeyExtent>TabletClientService.Iface. bulkImport(TInfo tinfo, TCredentials credentials, long tid, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime)voidTabletClientService.AsyncClient. conditionalUpdate(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols, org.apache.thrift.async.AsyncMethodCallback<List<TCMResult>> resultHandler)voidTabletClientService.AsyncIface. conditionalUpdate(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols, org.apache.thrift.async.AsyncMethodCallback<List<TCMResult>> resultHandler)List<TCMResult>TabletClientService.Client. conditionalUpdate(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols)List<TCMResult>TabletClientService.Iface. conditionalUpdate(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols)voidTabletClientService.AsyncClient. loadFiles(TInfo tinfo, TCredentials credentials, long tid, String dir, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidTabletClientService.AsyncIface. loadFiles(TInfo tinfo, TCredentials credentials, long tid, String dir, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidTabletClientService.Client. loadFiles(TInfo tinfo, TCredentials credentials, long tid, String dir, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime)voidTabletClientService.Iface. loadFiles(TInfo tinfo, TCredentials credentials, long tid, String dir, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime)voidTabletClientService.Client. send_bulkImport(TInfo tinfo, TCredentials credentials, long tid, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime)voidTabletClientService.Client. send_conditionalUpdate(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols)voidTabletClientService.Client. send_loadFiles(TInfo tinfo, TCredentials credentials, long tid, String dir, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime)voidTabletClientService.Client. send_startMultiScan(TInfo tinfo, TCredentials credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints)TabletClientService.startMultiScan_argsTabletClientService.startMultiScan_args. setBatch(Map<TKeyExtent,List<TRange>> batch)TabletClientService.bulkImport_argsTabletClientService.bulkImport_args. setFiles(Map<TKeyExtent,Map<String,MapFileInfo>> files)TabletClientService.loadFiles_argsTabletClientService.loadFiles_args. setFiles(Map<TKeyExtent,Map<String,MapFileInfo>> files)TabletClientService.conditionalUpdate_argsTabletClientService.conditionalUpdate_args. setMutations(Map<TKeyExtent,List<TConditionalMutation>> mutations)TabletClientService.bulkImport_resultTabletClientService.bulkImport_result. setSuccess(List<TKeyExtent> success)voidTabletClientService.AsyncProcessor.bulkImport. start(I iface, TabletClientService.bulkImport_args args, org.apache.thrift.async.AsyncMethodCallback<List<TKeyExtent>> resultHandler)voidTabletClientService.AsyncClient. startMultiScan(TInfo tinfo, TCredentials credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints, org.apache.thrift.async.AsyncMethodCallback<InitialMultiScan> resultHandler)voidTabletClientService.AsyncIface. startMultiScan(TInfo tinfo, TCredentials credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints, org.apache.thrift.async.AsyncMethodCallback<InitialMultiScan> resultHandler)InitialMultiScanTabletClientService.Client. startMultiScan(TInfo tinfo, TCredentials credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints)InitialMultiScanTabletClientService.Iface. startMultiScan(TInfo tinfo, TCredentials credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints)Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type TKeyExtent Constructor Description ActiveCompaction(TKeyExtent extent, long age, List<String> inputFiles, String outputFile, CompactionType type, CompactionReason reason, String localityGroup, long entriesRead, long entriesWritten, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio)ActiveScan(String client, String user, String tableId, long age, long idleTime, ScanType type, ScanState state, TKeyExtent extent, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, String classLoaderContext)applyUpdates_args(TInfo tinfo, long updateID, TKeyExtent keyExtent, List<TMutation> mutations)applyUpdates_call(TInfo tinfo, long updateID, TKeyExtent keyExtent, List<TMutation> mutations, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)chop_args(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent)chop_call(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)flushTablet_args(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent)flushTablet_call(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)loadTablet_args(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent)loadTablet_call(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)NotServingTabletException(TKeyExtent extent)splitTablet_args(TInfo tinfo, TCredentials credentials, TKeyExtent extent, ByteBuffer splitPoint)splitTablet_call(TInfo tinfo, TCredentials credentials, TKeyExtent extent, ByteBuffer splitPoint, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)startScan_args(TInfo tinfo, TCredentials credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated, long readaheadThreshold, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints)startScan_call(TInfo tinfo, TCredentials credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated, long readaheadThreshold, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints, org.apache.thrift.async.AsyncMethodCallback<InitialScan> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)TabletStats(TKeyExtent extent, ActionStats majors, ActionStats minors, ActionStats splits, long numEntries, double ingestRate, double queryRate, long splitCreationTime)TooManyFilesException(TKeyExtent extent)TSampleNotPresentException(TKeyExtent extent)unloadTablet_args(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, TUnloadTabletGoal goal, long requestTime)unloadTablet_call(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, TUnloadTabletGoal goal, long requestTime, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)update_args(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation, TDurability durability)update_call(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation, TDurability durability, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)Constructor parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TKeyExtent Constructor Description bulkImport_args(TInfo tinfo, TCredentials credentials, long tid, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime)bulkImport_call(TInfo tinfo, TCredentials credentials, long tid, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime, org.apache.thrift.async.AsyncMethodCallback<List<TKeyExtent>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)bulkImport_call(TInfo tinfo, TCredentials credentials, long tid, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime, org.apache.thrift.async.AsyncMethodCallback<List<TKeyExtent>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)bulkImport_result(List<TKeyExtent> success, ThriftSecurityException sec)conditionalUpdate_args(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols)conditionalUpdate_call(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols, org.apache.thrift.async.AsyncMethodCallback<List<TCMResult>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)loadFiles_args(TInfo tinfo, TCredentials credentials, long tid, String dir, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime)loadFiles_call(TInfo tinfo, TCredentials credentials, long tid, String dir, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)startMultiScan_args(TInfo tinfo, TCredentials credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints)startMultiScan_call(TInfo tinfo, TCredentials credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints, org.apache.thrift.async.AsyncMethodCallback<InitialMultiScan> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-