Uses of Class
org.apache.accumulo.core.tabletserver.thrift.ActiveScan
-
Packages that use ActiveScan Package Description org.apache.accumulo.core.tabletserver.thrift -
-
Uses of ActiveScan in org.apache.accumulo.core.tabletserver.thrift
Fields in org.apache.accumulo.core.tabletserver.thrift with type parameters of type ActiveScan Modifier and Type Field Description List<ActiveScan>TabletClientService.getActiveScans_result. successMethods in org.apache.accumulo.core.tabletserver.thrift that return ActiveScan Modifier and Type Method Description ActiveScanActiveScan. deepCopy()ActiveScanActiveScan. setAge(long age)ActiveScanActiveScan. setAuthorizations(List<ByteBuffer> authorizations)ActiveScanActiveScan. setClassLoaderContext(String classLoaderContext)ActiveScanActiveScan. setClient(String client)ActiveScanActiveScan. setColumns(List<TColumn> columns)ActiveScanActiveScan. setExtent(TKeyExtent extent)ActiveScanActiveScan. setIdleTime(long idleTime)ActiveScanActiveScan. setScanId(long scanId)ActiveScanActiveScan. setSsiList(List<IterInfo> ssiList)ActiveScanActiveScan. setSsio(Map<String,Map<String,String>> ssio)ActiveScanActiveScan. setState(ScanState state)ActiveScanActiveScan. setTableId(String tableId)ActiveScanActiveScan. setType(ScanType type)ActiveScanActiveScan. setUser(String user)Methods in org.apache.accumulo.core.tabletserver.thrift that return types with arguments of type ActiveScan Modifier and Type Method Description List<ActiveScan>TabletClientService.Client. getActiveScans(TInfo tinfo, TCredentials credentials)List<ActiveScan>TabletClientService.Iface. getActiveScans(TInfo tinfo, TCredentials credentials)List<ActiveScan>TabletClientService.AsyncClient.getActiveScans_call. getResult()org.apache.thrift.async.AsyncMethodCallback<List<ActiveScan>>TabletClientService.AsyncProcessor.getActiveScans. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)List<ActiveScan>TabletClientService.getActiveScans_result. getSuccess()Iterator<ActiveScan>TabletClientService.getActiveScans_result. getSuccessIterator()List<ActiveScan>TabletClientService.Client. recv_getActiveScans()Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type ActiveScan Modifier and Type Method Description voidTabletClientService.getActiveScans_result. addToSuccess(ActiveScan elem)intActiveScan. compareTo(ActiveScan other)booleanActiveScan. equals(ActiveScan that)Method parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type ActiveScan Modifier and Type Method Description voidTabletClientService.AsyncClient. getActiveScans(TInfo tinfo, TCredentials credentials, org.apache.thrift.async.AsyncMethodCallback<List<ActiveScan>> resultHandler)voidTabletClientService.AsyncIface. getActiveScans(TInfo tinfo, TCredentials credentials, org.apache.thrift.async.AsyncMethodCallback<List<ActiveScan>> resultHandler)TabletClientService.getActiveScans_resultTabletClientService.getActiveScans_result. setSuccess(List<ActiveScan> success)voidTabletClientService.AsyncProcessor.getActiveScans. start(I iface, TabletClientService.getActiveScans_args args, org.apache.thrift.async.AsyncMethodCallback<List<ActiveScan>> resultHandler)Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type ActiveScan Constructor Description ActiveScan(ActiveScan other)Performs a deep copy on other.Constructor parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type ActiveScan Constructor Description getActiveScans_call(TInfo tinfo, TCredentials credentials, org.apache.thrift.async.AsyncMethodCallback<List<ActiveScan>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)getActiveScans_result(List<ActiveScan> success, ThriftSecurityException sec)
-