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 TKeyExtent
Translator.KeyExtentTranslator. translate(KeyExtent input)
Methods in org.apache.accumulo.core.clientImpl with parameters of type TKeyExtent Modifier and Type Method Description KeyExtent
Translator.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 TKeyExtent
KeyExtent. 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 TKeyExtent
MultiScanResult. partScan
Fields in org.apache.accumulo.core.dataImpl.thrift with type parameters of type TKeyExtent Modifier and Type Field Description Map<TKeyExtent,SecurityErrorCode>
UpdateErrors. authorizationFailures
Map<TKeyExtent,Long>
UpdateErrors. failedExtents
Map<TKeyExtent,List<TRange>>
MultiScanResult. failures
List<TKeyExtent>
MultiScanResult. fullScans
Methods in org.apache.accumulo.core.dataImpl.thrift that return TKeyExtent Modifier and Type Method Description TKeyExtent
TKeyExtent. deepCopy()
TKeyExtent
MultiScanResult. getPartScan()
TKeyExtent
TKeyExtent. setEndRow(byte[] endRow)
TKeyExtent
TKeyExtent. setEndRow(ByteBuffer endRow)
TKeyExtent
TKeyExtent. setPrevEndRow(byte[] prevEndRow)
TKeyExtent
TKeyExtent. setPrevEndRow(ByteBuffer prevEndRow)
TKeyExtent
TKeyExtent. setTable(byte[] table)
TKeyExtent
TKeyExtent. 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 void
MultiScanResult. addToFullScans(TKeyExtent elem)
int
TKeyExtent. compareTo(TKeyExtent other)
boolean
TKeyExtent. equals(TKeyExtent that)
void
UpdateErrors. putToAuthorizationFailures(TKeyExtent key, SecurityErrorCode val)
void
UpdateErrors. putToFailedExtents(TKeyExtent key, long val)
void
MultiScanResult. putToFailures(TKeyExtent key, List<TRange> val)
MultiScanResult
MultiScanResult. setPartScan(TKeyExtent partScan)
Method parameters in org.apache.accumulo.core.dataImpl.thrift with type arguments of type TKeyExtent Modifier and Type Method Description UpdateErrors
UpdateErrors. setAuthorizationFailures(Map<TKeyExtent,SecurityErrorCode> authorizationFailures)
UpdateErrors
UpdateErrors. setFailedExtents(Map<TKeyExtent,Long> failedExtents)
MultiScanResult
MultiScanResult. setFailures(Map<TKeyExtent,List<TRange>> failures)
MultiScanResult
MultiScanResult. 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 TKeyExtent
TabletSplit. oldTablet
TKeyExtent
MasterClientService.reportTabletStatus_args. tablet
Fields in org.apache.accumulo.core.master.thrift with type parameters of type TKeyExtent Modifier and Type Field Description List<TKeyExtent>
TabletSplit. newTablets
Methods in org.apache.accumulo.core.master.thrift that return TKeyExtent Modifier and Type Method Description TKeyExtent
TabletSplit. getOldTablet()
TKeyExtent
MasterClientService.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 void
TabletSplit. addToNewTablets(TKeyExtent elem)
void
MasterClientService.AsyncClient. reportTabletStatus(TInfo tinfo, TCredentials credentials, String serverName, TabletLoadState status, TKeyExtent tablet, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)
void
MasterClientService.AsyncIface. reportTabletStatus(TInfo tinfo, TCredentials credentials, String serverName, TabletLoadState status, TKeyExtent tablet, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)
void
MasterClientService.Client. reportTabletStatus(TInfo tinfo, TCredentials credentials, String serverName, TabletLoadState status, TKeyExtent tablet)
void
MasterClientService.Iface. reportTabletStatus(TInfo tinfo, TCredentials credentials, String serverName, TabletLoadState status, TKeyExtent tablet)
void
MasterClientService.Client. send_reportTabletStatus(TInfo tinfo, TCredentials credentials, String serverName, TabletLoadState status, TKeyExtent tablet)
TabletSplit
TabletSplit. setOldTablet(TKeyExtent oldTablet)
MasterClientService.reportTabletStatus_args
MasterClientService.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 TabletSplit
TabletSplit. 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 TKeyExtent
ActiveCompaction. extent
TKeyExtent
ActiveScan. extent
TKeyExtent
NotServingTabletException. extent
TKeyExtent
TabletClientService.chop_args. extent
TKeyExtent
TabletClientService.flushTablet_args. extent
TKeyExtent
TabletClientService.loadTablet_args. extent
TKeyExtent
TabletClientService.splitTablet_args. extent
TKeyExtent
TabletClientService.startScan_args. extent
TKeyExtent
TabletClientService.unloadTablet_args. extent
TKeyExtent
TabletStats. extent
TKeyExtent
TooManyFilesException. extent
TKeyExtent
TSampleNotPresentException. extent
TKeyExtent
TabletClientService.applyUpdates_args. keyExtent
TKeyExtent
TabletClientService.update_args. keyExtent
Fields 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. batch
Map<TKeyExtent,Map<String,MapFileInfo>>
TabletClientService.bulkImport_args. files
Map<TKeyExtent,Map<String,MapFileInfo>>
TabletClientService.loadFiles_args. files
Map<TKeyExtent,List<TConditionalMutation>>
TabletClientService.conditionalUpdate_args. mutations
List<TKeyExtent>
TabletClientService.bulkImport_result. success
Methods in org.apache.accumulo.core.tabletserver.thrift that return TKeyExtent Modifier and Type Method Description TKeyExtent
ActiveCompaction. getExtent()
TKeyExtent
ActiveScan. getExtent()
TKeyExtent
NotServingTabletException. getExtent()
TKeyExtent
TabletClientService.chop_args. getExtent()
TKeyExtent
TabletClientService.flushTablet_args. getExtent()
TKeyExtent
TabletClientService.loadTablet_args. getExtent()
TKeyExtent
TabletClientService.splitTablet_args. getExtent()
TKeyExtent
TabletClientService.startScan_args. getExtent()
TKeyExtent
TabletClientService.unloadTablet_args. getExtent()
TKeyExtent
TabletStats. getExtent()
TKeyExtent
TooManyFilesException. getExtent()
TKeyExtent
TSampleNotPresentException. getExtent()
TKeyExtent
TabletClientService.applyUpdates_args. getKeyExtent()
TKeyExtent
TabletClientService.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 void
TabletClientService.bulkImport_result. addToSuccess(TKeyExtent elem)
void
TabletClientService.AsyncClient. applyUpdates(TInfo tinfo, long updateID, TKeyExtent keyExtent, List<TMutation> mutations, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)
void
TabletClientService.AsyncIface. applyUpdates(TInfo tinfo, long updateID, TKeyExtent keyExtent, List<TMutation> mutations, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)
void
TabletClientService.Client. applyUpdates(TInfo tinfo, long updateID, TKeyExtent keyExtent, List<TMutation> mutations)
void
TabletClientService.Iface. applyUpdates(TInfo tinfo, long updateID, TKeyExtent keyExtent, List<TMutation> mutations)
void
TabletClientService.AsyncClient. chop(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)
void
TabletClientService.AsyncIface. chop(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)
void
TabletClientService.Client. chop(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent)
void
TabletClientService.Iface. chop(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent)
void
TabletClientService.AsyncClient. flushTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)
void
TabletClientService.AsyncIface. flushTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)
void
TabletClientService.Client. flushTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent)
void
TabletClientService.Iface. flushTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent)
void
TabletClientService.AsyncClient. loadTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)
void
TabletClientService.AsyncIface. loadTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)
void
TabletClientService.Client. loadTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent)
void
TabletClientService.Iface. loadTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent)
void
TabletClientService.startMultiScan_args. putToBatch(TKeyExtent key, List<TRange> val)
void
TabletClientService.bulkImport_args. putToFiles(TKeyExtent key, Map<String,MapFileInfo> val)
void
TabletClientService.loadFiles_args. putToFiles(TKeyExtent key, Map<String,MapFileInfo> val)
void
TabletClientService.conditionalUpdate_args. putToMutations(TKeyExtent key, List<TConditionalMutation> val)
void
TabletClientService.Client. send_applyUpdates(TInfo tinfo, long updateID, TKeyExtent keyExtent, List<TMutation> mutations)
void
TabletClientService.Client. send_chop(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent)
void
TabletClientService.Client. send_flushTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent)
void
TabletClientService.Client. send_loadTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent)
void
TabletClientService.Client. send_splitTablet(TInfo tinfo, TCredentials credentials, TKeyExtent extent, ByteBuffer splitPoint)
void
TabletClientService.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)
void
TabletClientService.Client. send_unloadTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, TUnloadTabletGoal goal, long requestTime)
void
TabletClientService.Client. send_update(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation, TDurability durability)
ActiveCompaction
ActiveCompaction. setExtent(TKeyExtent extent)
ActiveScan
ActiveScan. setExtent(TKeyExtent extent)
NotServingTabletException
NotServingTabletException. setExtent(TKeyExtent extent)
TabletClientService.chop_args
TabletClientService.chop_args. setExtent(TKeyExtent extent)
TabletClientService.flushTablet_args
TabletClientService.flushTablet_args. setExtent(TKeyExtent extent)
TabletClientService.loadTablet_args
TabletClientService.loadTablet_args. setExtent(TKeyExtent extent)
TabletClientService.splitTablet_args
TabletClientService.splitTablet_args. setExtent(TKeyExtent extent)
TabletClientService.startScan_args
TabletClientService.startScan_args. setExtent(TKeyExtent extent)
TabletClientService.unloadTablet_args
TabletClientService.unloadTablet_args. setExtent(TKeyExtent extent)
TabletStats
TabletStats. setExtent(TKeyExtent extent)
TooManyFilesException
TooManyFilesException. setExtent(TKeyExtent extent)
TSampleNotPresentException
TSampleNotPresentException. setExtent(TKeyExtent extent)
TabletClientService.applyUpdates_args
TabletClientService.applyUpdates_args. setKeyExtent(TKeyExtent keyExtent)
TabletClientService.update_args
TabletClientService.update_args. setKeyExtent(TKeyExtent keyExtent)
void
TabletClientService.AsyncClient. splitTablet(TInfo tinfo, TCredentials credentials, TKeyExtent extent, ByteBuffer splitPoint, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)
void
TabletClientService.AsyncIface. splitTablet(TInfo tinfo, TCredentials credentials, TKeyExtent extent, ByteBuffer splitPoint, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)
void
TabletClientService.Client. splitTablet(TInfo tinfo, TCredentials credentials, TKeyExtent extent, ByteBuffer splitPoint)
void
TabletClientService.Iface. splitTablet(TInfo tinfo, TCredentials credentials, TKeyExtent extent, ByteBuffer splitPoint)
void
TabletClientService.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)
void
TabletClientService.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)
InitialScan
TabletClientService.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)
InitialScan
TabletClientService.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)
void
TabletClientService.AsyncClient. unloadTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, TUnloadTabletGoal goal, long requestTime, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)
void
TabletClientService.AsyncIface. unloadTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, TUnloadTabletGoal goal, long requestTime, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)
void
TabletClientService.Client. unloadTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, TUnloadTabletGoal goal, long requestTime)
void
TabletClientService.Iface. unloadTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, TUnloadTabletGoal goal, long requestTime)
void
TabletClientService.AsyncClient. update(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation, TDurability durability, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)
void
TabletClientService.AsyncIface. update(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation, TDurability durability, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)
void
TabletClientService.Client. update(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation, TDurability durability)
void
TabletClientService.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 void
TabletClientService.AsyncClient. bulkImport(TInfo tinfo, TCredentials credentials, long tid, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime, org.apache.thrift.async.AsyncMethodCallback<List<TKeyExtent>> resultHandler)
void
TabletClientService.AsyncClient. bulkImport(TInfo tinfo, TCredentials credentials, long tid, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime, org.apache.thrift.async.AsyncMethodCallback<List<TKeyExtent>> resultHandler)
void
TabletClientService.AsyncIface. bulkImport(TInfo tinfo, TCredentials credentials, long tid, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime, org.apache.thrift.async.AsyncMethodCallback<List<TKeyExtent>> resultHandler)
void
TabletClientService.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)
void
TabletClientService.AsyncClient. conditionalUpdate(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols, org.apache.thrift.async.AsyncMethodCallback<List<TCMResult>> resultHandler)
void
TabletClientService.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)
void
TabletClientService.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)
void
TabletClientService.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)
void
TabletClientService.Client. loadFiles(TInfo tinfo, TCredentials credentials, long tid, String dir, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime)
void
TabletClientService.Iface. loadFiles(TInfo tinfo, TCredentials credentials, long tid, String dir, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime)
void
TabletClientService.Client. send_bulkImport(TInfo tinfo, TCredentials credentials, long tid, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime)
void
TabletClientService.Client. send_conditionalUpdate(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols)
void
TabletClientService.Client. send_loadFiles(TInfo tinfo, TCredentials credentials, long tid, String dir, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime)
void
TabletClientService.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_args
TabletClientService.startMultiScan_args. setBatch(Map<TKeyExtent,List<TRange>> batch)
TabletClientService.bulkImport_args
TabletClientService.bulkImport_args. setFiles(Map<TKeyExtent,Map<String,MapFileInfo>> files)
TabletClientService.loadFiles_args
TabletClientService.loadFiles_args. setFiles(Map<TKeyExtent,Map<String,MapFileInfo>> files)
TabletClientService.conditionalUpdate_args
TabletClientService.conditionalUpdate_args. setMutations(Map<TKeyExtent,List<TConditionalMutation>> mutations)
TabletClientService.bulkImport_result
TabletClientService.bulkImport_result. setSuccess(List<TKeyExtent> success)
void
TabletClientService.AsyncProcessor.bulkImport. start(I iface, TabletClientService.bulkImport_args args, org.apache.thrift.async.AsyncMethodCallback<List<TKeyExtent>> resultHandler)
void
TabletClientService.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)
void
TabletClientService.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)
InitialMultiScan
TabletClientService.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)
InitialMultiScan
TabletClientService.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)
-