Uses of Class
cn.boboweike.carrot.storage.BackgroundTaskServerStatus
-
-
Uses of BackgroundTaskServerStatus in cn.boboweike.carrot.dashboard.sse
Method parameters in cn.boboweike.carrot.dashboard.sse with type arguments of type BackgroundTaskServerStatus Modifier and Type Method Description voidBackgroundTaskServerStatusSseExchange. onChange(List<BackgroundTaskServerStatus> changedServerStates) -
Uses of BackgroundTaskServerStatus in cn.boboweike.carrot.server
Methods in cn.boboweike.carrot.server that return BackgroundTaskServerStatus Modifier and Type Method Description BackgroundTaskServerStatusBackgroundTaskServer. getServerStatus() -
Uses of BackgroundTaskServerStatus in cn.boboweike.carrot.server.jmx
Methods in cn.boboweike.carrot.server.jmx that return BackgroundTaskServerStatus Modifier and Type Method Description BackgroundTaskServerStatusBackgroundTaskServerMBean. getServerStatus() -
Uses of BackgroundTaskServerStatus in cn.boboweike.carrot.storage
Methods in cn.boboweike.carrot.storage that return types with arguments of type BackgroundTaskServerStatus Modifier and Type Method Description List<BackgroundTaskServerStatus>InMemoryPartitionedStorageProvider. getBackgroundTaskServers()List<BackgroundTaskServerStatus>PartitionedStorageProvider. getBackgroundTaskServers()List<BackgroundTaskServerStatus>ThreadSafePartitionedStorageProvider. getBackgroundTaskServers()Methods in cn.boboweike.carrot.storage with parameters of type BackgroundTaskServerStatus Modifier and Type Method Description voidInMemoryPartitionedStorageProvider. announceBackgroundTaskServer(BackgroundTaskServerStatus serverStatus)voidPartitionedStorageProvider. announceBackgroundTaskServer(BackgroundTaskServerStatus serverStatus)voidThreadSafePartitionedStorageProvider. announceBackgroundTaskServer(BackgroundTaskServerStatus serverStatus)booleanInMemoryPartitionedStorageProvider. signalBackgroundTaskServerAlive(BackgroundTaskServerStatus serverStatus)booleanPartitionedStorageProvider. signalBackgroundTaskServerAlive(BackgroundTaskServerStatus serverStatus)booleanThreadSafePartitionedStorageProvider. signalBackgroundTaskServerAlive(BackgroundTaskServerStatus serverStatus)voidInMemoryPartitionedStorageProvider. signalBackgroundTaskServerStopped(BackgroundTaskServerStatus serverStatus)voidPartitionedStorageProvider. signalBackgroundTaskServerStopped(BackgroundTaskServerStatus serverStatus)voidThreadSafePartitionedStorageProvider. signalBackgroundTaskServerStopped(BackgroundTaskServerStatus serverStatus)Constructors in cn.boboweike.carrot.storage with parameters of type BackgroundTaskServerStatus Constructor Description ServerTimedOutException(BackgroundTaskServerStatus serverStatus, StorageException e) -
Uses of BackgroundTaskServerStatus in cn.boboweike.carrot.storage.listeners
Method parameters in cn.boboweike.carrot.storage.listeners with type arguments of type BackgroundTaskServerStatus Modifier and Type Method Description voidBackgroundTaskServerStatusChangeListener. onChange(List<BackgroundTaskServerStatus> changedServerStates) -
Uses of BackgroundTaskServerStatus in cn.boboweike.carrot.storage.nosql.mongo
Methods in cn.boboweike.carrot.storage.nosql.mongo that return types with arguments of type BackgroundTaskServerStatus Modifier and Type Method Description List<BackgroundTaskServerStatus>MongoDBPartitionedStorageProvider. getBackgroundTaskServers()Methods in cn.boboweike.carrot.storage.nosql.mongo with parameters of type BackgroundTaskServerStatus Modifier and Type Method Description voidMongoDBPartitionedStorageProvider. announceBackgroundTaskServer(BackgroundTaskServerStatus serverStatus)booleanMongoDBPartitionedStorageProvider. signalBackgroundTaskServerAlive(BackgroundTaskServerStatus serverStatus)voidMongoDBPartitionedStorageProvider. signalBackgroundTaskServerStopped(BackgroundTaskServerStatus serverStatus) -
Uses of BackgroundTaskServerStatus in cn.boboweike.carrot.storage.nosql.mongo.mapper
Methods in cn.boboweike.carrot.storage.nosql.mongo.mapper that return BackgroundTaskServerStatus Modifier and Type Method Description BackgroundTaskServerStatusBackgroundTaskServerStatusDocumentMapper. toBackgroundTaskServerStatus(org.bson.Document document)Methods in cn.boboweike.carrot.storage.nosql.mongo.mapper with parameters of type BackgroundTaskServerStatus Modifier and Type Method Description org.bson.DocumentBackgroundTaskServerStatusDocumentMapper. toInsertDocument(BackgroundTaskServerStatus serverStatus)org.bson.DocumentBackgroundTaskServerStatusDocumentMapper. toUpdateDocument(BackgroundTaskServerStatus serverStatus)
-