Class TabletClientService.Client
- java.lang.Object
-
- org.apache.thrift.TServiceClient
-
- org.apache.accumulo.core.clientImpl.thrift.ClientService.Client
-
- org.apache.accumulo.core.tabletserver.thrift.TabletClientService.Client
-
- All Implemented Interfaces:
ClientService.Iface,TabletClientService.Iface
- Enclosing class:
- TabletClientService
public static class TabletClientService.Client extends ClientService.Client implements TabletClientService.Iface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTabletClientService.Client.Factory
-
Method Summary
-
Methods inherited from class org.apache.accumulo.core.clientImpl.thrift.ClientService.Client
authenticate, authenticateUser, bulkImportFiles, changeAuthorizations, changeLocalUserPassword, checkClass, checkNamespaceClass, checkTableClass, createLocalUser, dropLocalUser, getConfiguration, getDiskUsage, getInstanceId, getNamespaceConfiguration, getRootTabletLocation, getTableConfiguration, getUserAuthorizations, getZooKeepers, grantNamespacePermission, grantSystemPermission, grantTablePermission, hasNamespacePermission, hasSystemPermission, hasTablePermission, isActive, listLocalUsers, ping, recv_authenticate, recv_authenticateUser, recv_bulkImportFiles, recv_changeAuthorizations, recv_changeLocalUserPassword, recv_checkClass, recv_checkNamespaceClass, recv_checkTableClass, recv_createLocalUser, recv_dropLocalUser, recv_getConfiguration, recv_getDiskUsage, recv_getInstanceId, recv_getNamespaceConfiguration, recv_getRootTabletLocation, recv_getTableConfiguration, recv_getUserAuthorizations, recv_getZooKeepers, recv_grantNamespacePermission, recv_grantSystemPermission, recv_grantTablePermission, recv_hasNamespacePermission, recv_hasSystemPermission, recv_hasTablePermission, recv_isActive, recv_listLocalUsers, recv_ping, recv_revokeNamespacePermission, recv_revokeSystemPermission, recv_revokeTablePermission, revokeNamespacePermission, revokeSystemPermission, revokeTablePermission, send_authenticate, send_authenticateUser, send_bulkImportFiles, send_changeAuthorizations, send_changeLocalUserPassword, send_checkClass, send_checkNamespaceClass, send_checkTableClass, send_createLocalUser, send_dropLocalUser, send_getConfiguration, send_getDiskUsage, send_getInstanceId, send_getNamespaceConfiguration, send_getRootTabletLocation, send_getTableConfiguration, send_getUserAuthorizations, send_getZooKeepers, send_grantNamespacePermission, send_grantSystemPermission, send_grantTablePermission, send_hasNamespacePermission, send_hasSystemPermission, send_hasTablePermission, send_isActive, send_listLocalUsers, send_ping, send_revokeNamespacePermission, send_revokeSystemPermission, send_revokeTablePermission
-
Methods inherited from class org.apache.thrift.TServiceClient
getInputProtocol, getOutputProtocol, receiveBase, sendBase, sendBaseOneway
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.accumulo.core.clientImpl.thrift.ClientService.Iface
authenticate, authenticateUser, bulkImportFiles, changeAuthorizations, changeLocalUserPassword, checkClass, checkNamespaceClass, checkTableClass, createLocalUser, dropLocalUser, getConfiguration, getDiskUsage, getInstanceId, getNamespaceConfiguration, getRootTabletLocation, getTableConfiguration, getUserAuthorizations, getZooKeepers, grantNamespacePermission, grantSystemPermission, grantTablePermission, hasNamespacePermission, hasSystemPermission, hasTablePermission, isActive, listLocalUsers, ping, revokeNamespacePermission, revokeSystemPermission, revokeTablePermission
-
-
-
-
Method Detail
-
startScan
public InitialScan 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) throws ThriftSecurityException, NotServingTabletException, TooManyFilesException, TSampleNotPresentException, org.apache.thrift.TException
- Specified by:
startScanin interfaceTabletClientService.Iface- Throws:
ThriftSecurityExceptionNotServingTabletExceptionTooManyFilesExceptionTSampleNotPresentExceptionorg.apache.thrift.TException
-
send_startScan
public void 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) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_startScan
public InitialScan recv_startScan() throws ThriftSecurityException, NotServingTabletException, TooManyFilesException, TSampleNotPresentException, org.apache.thrift.TException
- Throws:
ThriftSecurityExceptionNotServingTabletExceptionTooManyFilesExceptionTSampleNotPresentExceptionorg.apache.thrift.TException
-
continueScan
public ScanResult continueScan(TInfo tinfo, long scanID) throws NoSuchScanIDException, NotServingTabletException, TooManyFilesException, TSampleNotPresentException, org.apache.thrift.TException
- Specified by:
continueScanin interfaceTabletClientService.Iface- Throws:
NoSuchScanIDExceptionNotServingTabletExceptionTooManyFilesExceptionTSampleNotPresentExceptionorg.apache.thrift.TException
-
send_continueScan
public void send_continueScan(TInfo tinfo, long scanID) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_continueScan
public ScanResult recv_continueScan() throws NoSuchScanIDException, NotServingTabletException, TooManyFilesException, TSampleNotPresentException, org.apache.thrift.TException
- Throws:
NoSuchScanIDExceptionNotServingTabletExceptionTooManyFilesExceptionTSampleNotPresentExceptionorg.apache.thrift.TException
-
closeScan
public void closeScan(TInfo tinfo, long scanID) throws org.apache.thrift.TException
- Specified by:
closeScanin interfaceTabletClientService.Iface- Throws:
org.apache.thrift.TException
-
send_closeScan
public void send_closeScan(TInfo tinfo, long scanID) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
startMultiScan
public InitialMultiScan 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) throws ThriftSecurityException, TSampleNotPresentException, org.apache.thrift.TException
- Specified by:
startMultiScanin interfaceTabletClientService.Iface- Throws:
ThriftSecurityExceptionTSampleNotPresentExceptionorg.apache.thrift.TException
-
send_startMultiScan
public void 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) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_startMultiScan
public InitialMultiScan recv_startMultiScan() throws ThriftSecurityException, TSampleNotPresentException, org.apache.thrift.TException
- Throws:
ThriftSecurityExceptionTSampleNotPresentExceptionorg.apache.thrift.TException
-
continueMultiScan
public MultiScanResult continueMultiScan(TInfo tinfo, long scanID) throws NoSuchScanIDException, TSampleNotPresentException, org.apache.thrift.TException
- Specified by:
continueMultiScanin interfaceTabletClientService.Iface- Throws:
NoSuchScanIDExceptionTSampleNotPresentExceptionorg.apache.thrift.TException
-
send_continueMultiScan
public void send_continueMultiScan(TInfo tinfo, long scanID) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_continueMultiScan
public MultiScanResult recv_continueMultiScan() throws NoSuchScanIDException, TSampleNotPresentException, org.apache.thrift.TException
- Throws:
NoSuchScanIDExceptionTSampleNotPresentExceptionorg.apache.thrift.TException
-
closeMultiScan
public void closeMultiScan(TInfo tinfo, long scanID) throws NoSuchScanIDException, org.apache.thrift.TException
- Specified by:
closeMultiScanin interfaceTabletClientService.Iface- Throws:
NoSuchScanIDExceptionorg.apache.thrift.TException
-
send_closeMultiScan
public void send_closeMultiScan(TInfo tinfo, long scanID) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_closeMultiScan
public void recv_closeMultiScan() throws NoSuchScanIDException, org.apache.thrift.TException- Throws:
NoSuchScanIDExceptionorg.apache.thrift.TException
-
startUpdate
public long startUpdate(TInfo tinfo, TCredentials credentials, TDurability durability) throws ThriftSecurityException, org.apache.thrift.TException
- Specified by:
startUpdatein interfaceTabletClientService.Iface- Throws:
ThriftSecurityExceptionorg.apache.thrift.TException
-
send_startUpdate
public void send_startUpdate(TInfo tinfo, TCredentials credentials, TDurability durability) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_startUpdate
public long recv_startUpdate() throws ThriftSecurityException, org.apache.thrift.TException- Throws:
ThriftSecurityExceptionorg.apache.thrift.TException
-
applyUpdates
public void applyUpdates(TInfo tinfo, long updateID, TKeyExtent keyExtent, List<TMutation> mutations) throws org.apache.thrift.TException
- Specified by:
applyUpdatesin interfaceTabletClientService.Iface- Throws:
org.apache.thrift.TException
-
send_applyUpdates
public void send_applyUpdates(TInfo tinfo, long updateID, TKeyExtent keyExtent, List<TMutation> mutations) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
closeUpdate
public UpdateErrors closeUpdate(TInfo tinfo, long updateID) throws NoSuchScanIDException, org.apache.thrift.TException
- Specified by:
closeUpdatein interfaceTabletClientService.Iface- Throws:
NoSuchScanIDExceptionorg.apache.thrift.TException
-
send_closeUpdate
public void send_closeUpdate(TInfo tinfo, long updateID) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_closeUpdate
public UpdateErrors recv_closeUpdate() throws NoSuchScanIDException, org.apache.thrift.TException
- Throws:
NoSuchScanIDExceptionorg.apache.thrift.TException
-
update
public void update(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation, TDurability durability) throws ThriftSecurityException, NotServingTabletException, ConstraintViolationException, org.apache.thrift.TException
- Specified by:
updatein interfaceTabletClientService.Iface- Throws:
ThriftSecurityExceptionNotServingTabletExceptionConstraintViolationExceptionorg.apache.thrift.TException
-
send_update
public void send_update(TInfo tinfo, TCredentials credentials, TKeyExtent keyExtent, TMutation mutation, TDurability durability) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_update
public void recv_update() throws ThriftSecurityException, NotServingTabletException, ConstraintViolationException, org.apache.thrift.TException- Throws:
ThriftSecurityExceptionNotServingTabletExceptionConstraintViolationExceptionorg.apache.thrift.TException
-
startConditionalUpdate
public TConditionalSession startConditionalUpdate(TInfo tinfo, TCredentials credentials, List<ByteBuffer> authorizations, String tableID, TDurability durability, String classLoaderContext) throws ThriftSecurityException, org.apache.thrift.TException
- Specified by:
startConditionalUpdatein interfaceTabletClientService.Iface- Throws:
ThriftSecurityExceptionorg.apache.thrift.TException
-
send_startConditionalUpdate
public void send_startConditionalUpdate(TInfo tinfo, TCredentials credentials, List<ByteBuffer> authorizations, String tableID, TDurability durability, String classLoaderContext) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_startConditionalUpdate
public TConditionalSession recv_startConditionalUpdate() throws ThriftSecurityException, org.apache.thrift.TException
- Throws:
ThriftSecurityExceptionorg.apache.thrift.TException
-
conditionalUpdate
public List<TCMResult> conditionalUpdate(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols) throws NoSuchScanIDException, org.apache.thrift.TException
- Specified by:
conditionalUpdatein interfaceTabletClientService.Iface- Throws:
NoSuchScanIDExceptionorg.apache.thrift.TException
-
send_conditionalUpdate
public void send_conditionalUpdate(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_conditionalUpdate
public List<TCMResult> recv_conditionalUpdate() throws NoSuchScanIDException, org.apache.thrift.TException
- Throws:
NoSuchScanIDExceptionorg.apache.thrift.TException
-
invalidateConditionalUpdate
public void invalidateConditionalUpdate(TInfo tinfo, long sessID) throws org.apache.thrift.TException
- Specified by:
invalidateConditionalUpdatein interfaceTabletClientService.Iface- Throws:
org.apache.thrift.TException
-
send_invalidateConditionalUpdate
public void send_invalidateConditionalUpdate(TInfo tinfo, long sessID) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_invalidateConditionalUpdate
public void recv_invalidateConditionalUpdate() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
closeConditionalUpdate
public void closeConditionalUpdate(TInfo tinfo, long sessID) throws org.apache.thrift.TException
- Specified by:
closeConditionalUpdatein interfaceTabletClientService.Iface- Throws:
org.apache.thrift.TException
-
send_closeConditionalUpdate
public void send_closeConditionalUpdate(TInfo tinfo, long sessID) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
bulkImport
public List<TKeyExtent> bulkImport(TInfo tinfo, TCredentials credentials, long tid, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime) throws ThriftSecurityException, org.apache.thrift.TException
- Specified by:
bulkImportin interfaceTabletClientService.Iface- Throws:
ThriftSecurityExceptionorg.apache.thrift.TException
-
send_bulkImport
public void send_bulkImport(TInfo tinfo, TCredentials credentials, long tid, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_bulkImport
public List<TKeyExtent> recv_bulkImport() throws ThriftSecurityException, org.apache.thrift.TException
- Throws:
ThriftSecurityExceptionorg.apache.thrift.TException
-
loadFiles
public void loadFiles(TInfo tinfo, TCredentials credentials, long tid, String dir, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime) throws org.apache.thrift.TException
- Specified by:
loadFilesin interfaceTabletClientService.Iface- Throws:
org.apache.thrift.TException
-
send_loadFiles
public void send_loadFiles(TInfo tinfo, TCredentials credentials, long tid, String dir, Map<TKeyExtent,Map<String,MapFileInfo>> files, boolean setTime) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
splitTablet
public void splitTablet(TInfo tinfo, TCredentials credentials, TKeyExtent extent, ByteBuffer splitPoint) throws ThriftSecurityException, NotServingTabletException, org.apache.thrift.TException
- Specified by:
splitTabletin interfaceTabletClientService.Iface- Throws:
ThriftSecurityExceptionNotServingTabletExceptionorg.apache.thrift.TException
-
send_splitTablet
public void send_splitTablet(TInfo tinfo, TCredentials credentials, TKeyExtent extent, ByteBuffer splitPoint) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_splitTablet
public void recv_splitTablet() throws ThriftSecurityException, NotServingTabletException, org.apache.thrift.TException- Throws:
ThriftSecurityExceptionNotServingTabletExceptionorg.apache.thrift.TException
-
loadTablet
public void loadTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent) throws org.apache.thrift.TException
- Specified by:
loadTabletin interfaceTabletClientService.Iface- Throws:
org.apache.thrift.TException
-
send_loadTablet
public void send_loadTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
unloadTablet
public void unloadTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, TUnloadTabletGoal goal, long requestTime) throws org.apache.thrift.TException
- Specified by:
unloadTabletin interfaceTabletClientService.Iface- Throws:
org.apache.thrift.TException
-
send_unloadTablet
public void send_unloadTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent, TUnloadTabletGoal goal, long requestTime) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
flush
public void flush(TInfo tinfo, TCredentials credentials, String lock, String tableId, ByteBuffer startRow, ByteBuffer endRow) throws org.apache.thrift.TException
- Specified by:
flushin interfaceTabletClientService.Iface- Throws:
org.apache.thrift.TException
-
send_flush
public void send_flush(TInfo tinfo, TCredentials credentials, String lock, String tableId, ByteBuffer startRow, ByteBuffer endRow) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
flushTablet
public void flushTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent) throws org.apache.thrift.TException
- Specified by:
flushTabletin interfaceTabletClientService.Iface- Throws:
org.apache.thrift.TException
-
send_flushTablet
public void send_flushTablet(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
chop
public void chop(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent) throws org.apache.thrift.TException
- Specified by:
chopin interfaceTabletClientService.Iface- Throws:
org.apache.thrift.TException
-
send_chop
public void send_chop(TInfo tinfo, TCredentials credentials, String lock, TKeyExtent extent) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
compact
public void compact(TInfo tinfo, TCredentials credentials, String lock, String tableId, ByteBuffer startRow, ByteBuffer endRow) throws org.apache.thrift.TException
- Specified by:
compactin interfaceTabletClientService.Iface- Throws:
org.apache.thrift.TException
-
send_compact
public void send_compact(TInfo tinfo, TCredentials credentials, String lock, String tableId, ByteBuffer startRow, ByteBuffer endRow) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getTabletServerStatus
public TabletServerStatus getTabletServerStatus(TInfo tinfo, TCredentials credentials) throws ThriftSecurityException, org.apache.thrift.TException
- Specified by:
getTabletServerStatusin interfaceTabletClientService.Iface- Throws:
ThriftSecurityExceptionorg.apache.thrift.TException
-
send_getTabletServerStatus
public void send_getTabletServerStatus(TInfo tinfo, TCredentials credentials) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_getTabletServerStatus
public TabletServerStatus recv_getTabletServerStatus() throws ThriftSecurityException, org.apache.thrift.TException
- Throws:
ThriftSecurityExceptionorg.apache.thrift.TException
-
getTabletStats
public List<TabletStats> getTabletStats(TInfo tinfo, TCredentials credentials, String tableId) throws ThriftSecurityException, org.apache.thrift.TException
- Specified by:
getTabletStatsin interfaceTabletClientService.Iface- Throws:
ThriftSecurityExceptionorg.apache.thrift.TException
-
send_getTabletStats
public void send_getTabletStats(TInfo tinfo, TCredentials credentials, String tableId) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_getTabletStats
public List<TabletStats> recv_getTabletStats() throws ThriftSecurityException, org.apache.thrift.TException
- Throws:
ThriftSecurityExceptionorg.apache.thrift.TException
-
getHistoricalStats
public TabletStats getHistoricalStats(TInfo tinfo, TCredentials credentials) throws ThriftSecurityException, org.apache.thrift.TException
- Specified by:
getHistoricalStatsin interfaceTabletClientService.Iface- Throws:
ThriftSecurityExceptionorg.apache.thrift.TException
-
send_getHistoricalStats
public void send_getHistoricalStats(TInfo tinfo, TCredentials credentials) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_getHistoricalStats
public TabletStats recv_getHistoricalStats() throws ThriftSecurityException, org.apache.thrift.TException
- Throws:
ThriftSecurityExceptionorg.apache.thrift.TException
-
halt
public void halt(TInfo tinfo, TCredentials credentials, String lock) throws ThriftSecurityException, org.apache.thrift.TException
- Specified by:
haltin interfaceTabletClientService.Iface- Throws:
ThriftSecurityExceptionorg.apache.thrift.TException
-
send_halt
public void send_halt(TInfo tinfo, TCredentials credentials, String lock) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_halt
public void recv_halt() throws ThriftSecurityException, org.apache.thrift.TException- Throws:
ThriftSecurityExceptionorg.apache.thrift.TException
-
fastHalt
public void fastHalt(TInfo tinfo, TCredentials credentials, String lock) throws org.apache.thrift.TException
- Specified by:
fastHaltin interfaceTabletClientService.Iface- Throws:
org.apache.thrift.TException
-
send_fastHalt
public void send_fastHalt(TInfo tinfo, TCredentials credentials, String lock) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getActiveScans
public List<ActiveScan> getActiveScans(TInfo tinfo, TCredentials credentials) throws ThriftSecurityException, org.apache.thrift.TException
- Specified by:
getActiveScansin interfaceTabletClientService.Iface- Throws:
ThriftSecurityExceptionorg.apache.thrift.TException
-
send_getActiveScans
public void send_getActiveScans(TInfo tinfo, TCredentials credentials) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_getActiveScans
public List<ActiveScan> recv_getActiveScans() throws ThriftSecurityException, org.apache.thrift.TException
- Throws:
ThriftSecurityExceptionorg.apache.thrift.TException
-
getActiveCompactions
public List<ActiveCompaction> getActiveCompactions(TInfo tinfo, TCredentials credentials) throws ThriftSecurityException, org.apache.thrift.TException
- Specified by:
getActiveCompactionsin interfaceTabletClientService.Iface- Throws:
ThriftSecurityExceptionorg.apache.thrift.TException
-
send_getActiveCompactions
public void send_getActiveCompactions(TInfo tinfo, TCredentials credentials) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_getActiveCompactions
public List<ActiveCompaction> recv_getActiveCompactions() throws ThriftSecurityException, org.apache.thrift.TException
- Throws:
ThriftSecurityExceptionorg.apache.thrift.TException
-
removeLogs
public void removeLogs(TInfo tinfo, TCredentials credentials, List<String> filenames) throws org.apache.thrift.TException
- Specified by:
removeLogsin interfaceTabletClientService.Iface- Throws:
org.apache.thrift.TException
-
send_removeLogs
public void send_removeLogs(TInfo tinfo, TCredentials credentials, List<String> filenames) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
getActiveLogs
public List<String> getActiveLogs(TInfo tinfo, TCredentials credentials) throws org.apache.thrift.TException
- Specified by:
getActiveLogsin interfaceTabletClientService.Iface- Throws:
org.apache.thrift.TException
-
send_getActiveLogs
public void send_getActiveLogs(TInfo tinfo, TCredentials credentials) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_getActiveLogs
public List<String> recv_getActiveLogs() throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
startGetSummaries
public TSummaries startGetSummaries(TInfo tinfo, TCredentials credentials, TSummaryRequest request) throws ThriftSecurityException, ThriftTableOperationException, org.apache.thrift.TException
- Specified by:
startGetSummariesin interfaceTabletClientService.Iface- Throws:
ThriftSecurityExceptionThriftTableOperationExceptionorg.apache.thrift.TException
-
send_startGetSummaries
public void send_startGetSummaries(TInfo tinfo, TCredentials credentials, TSummaryRequest request) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_startGetSummaries
public TSummaries recv_startGetSummaries() throws ThriftSecurityException, ThriftTableOperationException, org.apache.thrift.TException
- Throws:
ThriftSecurityExceptionThriftTableOperationExceptionorg.apache.thrift.TException
-
startGetSummariesForPartition
public TSummaries startGetSummariesForPartition(TInfo tinfo, TCredentials credentials, TSummaryRequest request, int modulus, int remainder) throws ThriftSecurityException, org.apache.thrift.TException
- Specified by:
startGetSummariesForPartitionin interfaceTabletClientService.Iface- Throws:
ThriftSecurityExceptionorg.apache.thrift.TException
-
send_startGetSummariesForPartition
public void send_startGetSummariesForPartition(TInfo tinfo, TCredentials credentials, TSummaryRequest request, int modulus, int remainder) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_startGetSummariesForPartition
public TSummaries recv_startGetSummariesForPartition() throws ThriftSecurityException, org.apache.thrift.TException
- Throws:
ThriftSecurityExceptionorg.apache.thrift.TException
-
startGetSummariesFromFiles
public TSummaries startGetSummariesFromFiles(TInfo tinfo, TCredentials credentials, TSummaryRequest request, Map<String,List<TRowRange>> files) throws ThriftSecurityException, org.apache.thrift.TException
- Specified by:
startGetSummariesFromFilesin interfaceTabletClientService.Iface- Throws:
ThriftSecurityExceptionorg.apache.thrift.TException
-
send_startGetSummariesFromFiles
public void send_startGetSummariesFromFiles(TInfo tinfo, TCredentials credentials, TSummaryRequest request, Map<String,List<TRowRange>> files) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_startGetSummariesFromFiles
public TSummaries recv_startGetSummariesFromFiles() throws ThriftSecurityException, org.apache.thrift.TException
- Throws:
ThriftSecurityExceptionorg.apache.thrift.TException
-
contiuneGetSummaries
public TSummaries contiuneGetSummaries(TInfo tinfo, long sessionId) throws NoSuchScanIDException, org.apache.thrift.TException
- Specified by:
contiuneGetSummariesin interfaceTabletClientService.Iface- Throws:
NoSuchScanIDExceptionorg.apache.thrift.TException
-
send_contiuneGetSummaries
public void send_contiuneGetSummaries(TInfo tinfo, long sessionId) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
recv_contiuneGetSummaries
public TSummaries recv_contiuneGetSummaries() throws NoSuchScanIDException, org.apache.thrift.TException
- Throws:
NoSuchScanIDExceptionorg.apache.thrift.TException
-
-