Class TabletIngestClientService.Client
- java.lang.Object
-
- org.apache.thrift.TServiceClient
-
- org.apache.accumulo.core.tabletingest.thrift.TabletIngestClientService.Client
-
- All Implemented Interfaces:
TabletIngestClientService.Iface
- Enclosing class:
- TabletIngestClientService
public static class TabletIngestClientService.Client extends org.apache.thrift.TServiceClient implements TabletIngestClientService.Iface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TabletIngestClientService.Client.Factory
-
Method Summary
-
-
-
Method Detail
-
startUpdate
public long startUpdate(TInfo tinfo, TCredentials credentials, TDurability durability) throws ThriftSecurityException, org.apache.thrift.TException
- Specified by:
startUpdate
in interfaceTabletIngestClientService.Iface
- Throws:
ThriftSecurityException
org.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:
ThriftSecurityException
org.apache.thrift.TException
-
applyUpdates
public void applyUpdates(TInfo tinfo, long updateID, TKeyExtent keyExtent, List<TMutation> mutations) throws org.apache.thrift.TException
- Specified by:
applyUpdates
in interfaceTabletIngestClientService.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:
closeUpdate
in interfaceTabletIngestClientService.Iface
- Throws:
NoSuchScanIDException
org.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:
NoSuchScanIDException
org.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:
update
in interfaceTabletIngestClientService.Iface
- Throws:
ThriftSecurityException
NotServingTabletException
ConstraintViolationException
org.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:
ThriftSecurityException
NotServingTabletException
ConstraintViolationException
org.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:
startConditionalUpdate
in interfaceTabletIngestClientService.Iface
- Throws:
ThriftSecurityException
org.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:
ThriftSecurityException
org.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:
conditionalUpdate
in interfaceTabletIngestClientService.Iface
- Throws:
NoSuchScanIDException
org.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:
NoSuchScanIDException
org.apache.thrift.TException
-
invalidateConditionalUpdate
public void invalidateConditionalUpdate(TInfo tinfo, long sessID) throws org.apache.thrift.TException
- Specified by:
invalidateConditionalUpdate
in interfaceTabletIngestClientService.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:
closeConditionalUpdate
in interfaceTabletIngestClientService.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
-
loadFiles
public void loadFiles(TInfo tinfo, TCredentials credentials, long tid, String dir, Map<TKeyExtent,Map<String,DataFileInfo>> files, boolean setTime) throws org.apache.thrift.TException
- Specified by:
loadFiles
in interfaceTabletIngestClientService.Iface
- Throws:
org.apache.thrift.TException
-
send_loadFiles
public void send_loadFiles(TInfo tinfo, TCredentials credentials, long tid, String dir, Map<TKeyExtent,Map<String,DataFileInfo>> files, boolean setTime) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
-