Uses of Class
org.apache.accumulo.core.tabletserver.thrift.ActiveCompaction
-
Packages that use ActiveCompaction Package Description org.apache.accumulo.core.tabletserver.thrift -
-
Uses of ActiveCompaction in org.apache.accumulo.core.tabletserver.thrift
Fields in org.apache.accumulo.core.tabletserver.thrift with type parameters of type ActiveCompaction Modifier and Type Field Description List<ActiveCompaction>TabletClientService.getActiveCompactions_result. successMethods in org.apache.accumulo.core.tabletserver.thrift that return ActiveCompaction Modifier and Type Method Description ActiveCompactionActiveCompaction. deepCopy()ActiveCompactionActiveCompaction. setAge(long age)ActiveCompactionActiveCompaction. setEntriesRead(long entriesRead)ActiveCompactionActiveCompaction. setEntriesWritten(long entriesWritten)ActiveCompactionActiveCompaction. setExtent(TKeyExtent extent)ActiveCompactionActiveCompaction. setInputFiles(List<String> inputFiles)ActiveCompactionActiveCompaction. setLocalityGroup(String localityGroup)ActiveCompactionActiveCompaction. setOutputFile(String outputFile)ActiveCompactionActiveCompaction. setReason(CompactionReason reason)ActiveCompactionActiveCompaction. setSsiList(List<IterInfo> ssiList)ActiveCompactionActiveCompaction. setSsio(Map<String,Map<String,String>> ssio)ActiveCompactionActiveCompaction. setType(CompactionType type)Methods in org.apache.accumulo.core.tabletserver.thrift that return types with arguments of type ActiveCompaction Modifier and Type Method Description List<ActiveCompaction>TabletClientService.Client. getActiveCompactions(TInfo tinfo, TCredentials credentials)List<ActiveCompaction>TabletClientService.Iface. getActiveCompactions(TInfo tinfo, TCredentials credentials)List<ActiveCompaction>TabletClientService.AsyncClient.getActiveCompactions_call. getResult()org.apache.thrift.async.AsyncMethodCallback<List<ActiveCompaction>>TabletClientService.AsyncProcessor.getActiveCompactions. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)List<ActiveCompaction>TabletClientService.getActiveCompactions_result. getSuccess()Iterator<ActiveCompaction>TabletClientService.getActiveCompactions_result. getSuccessIterator()List<ActiveCompaction>TabletClientService.Client. recv_getActiveCompactions()Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type ActiveCompaction Modifier and Type Method Description voidTabletClientService.getActiveCompactions_result. addToSuccess(ActiveCompaction elem)intActiveCompaction. compareTo(ActiveCompaction other)booleanActiveCompaction. equals(ActiveCompaction that)Method parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type ActiveCompaction Modifier and Type Method Description voidTabletClientService.AsyncClient. getActiveCompactions(TInfo tinfo, TCredentials credentials, org.apache.thrift.async.AsyncMethodCallback<List<ActiveCompaction>> resultHandler)voidTabletClientService.AsyncIface. getActiveCompactions(TInfo tinfo, TCredentials credentials, org.apache.thrift.async.AsyncMethodCallback<List<ActiveCompaction>> resultHandler)TabletClientService.getActiveCompactions_resultTabletClientService.getActiveCompactions_result. setSuccess(List<ActiveCompaction> success)voidTabletClientService.AsyncProcessor.getActiveCompactions. start(I iface, TabletClientService.getActiveCompactions_args args, org.apache.thrift.async.AsyncMethodCallback<List<ActiveCompaction>> resultHandler)Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type ActiveCompaction Constructor Description ActiveCompaction(ActiveCompaction other)Performs a deep copy on other.Constructor parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type ActiveCompaction Constructor Description getActiveCompactions_call(TInfo tinfo, TCredentials credentials, org.apache.thrift.async.AsyncMethodCallback<List<ActiveCompaction>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)getActiveCompactions_result(List<ActiveCompaction> success, ThriftSecurityException sec)
-