Uses of Class
cn.boboweike.carrot.storage.CarrotMetadata
-
-
Uses of CarrotMetadata in cn.boboweike.carrot.dashboard.ui.model.problems
Methods in cn.boboweike.carrot.dashboard.ui.model.problems that return types with arguments of type CarrotMetadata Modifier and Type Method Description ArrayList<CarrotMetadata>CpuAllocationIrregularityProblem. getCpuAllocationIrregularityMetadataSet()Method parameters in cn.boboweike.carrot.dashboard.ui.model.problems with type arguments of type CarrotMetadata Modifier and Type Method Description voidCpuAllocationIrregularityProblemHandler. onChange(List<CarrotMetadata> metadataList)voidSevereCarrotExceptionProblemHandler. onChange(List<CarrotMetadata> metadataList)Constructor parameters in cn.boboweike.carrot.dashboard.ui.model.problems with type arguments of type CarrotMetadata Constructor Description CpuAllocationIrregularityProblem(List<CarrotMetadata> cpuAllocationIrregularityMetadataSet)SevereCarrotExceptionProblem(List<CarrotMetadata> carrotMetadataSetWithSevereCarrotExceptions) -
Uses of CarrotMetadata in cn.boboweike.carrot.server.dashboard
Constructors in cn.boboweike.carrot.server.dashboard with parameters of type CarrotMetadata Constructor Description NewCarrotVersionNotification(CarrotMetadata metadata) -
Uses of CarrotMetadata in cn.boboweike.carrot.server.dashboard.mappers
Methods in cn.boboweike.carrot.server.dashboard.mappers that return CarrotMetadata Modifier and Type Method Description default CarrotMetadataDashboardNotificationMapper. map(DashboardNotification notification)CarrotMetadataCpuAllocationIrregularityNotificationMapper. mapToMetadata(CpuAllocationIrregularityNotification notification)CarrotMetadataDashboardNotificationMapper. mapToMetadata(T notification)CarrotMetadataNewCarrotVersionNotificationMapper. mapToMetadata(NewCarrotVersionNotification notification)CarrotMetadataSevereCarrotExceptionNotificationMapper. mapToMetadata(SevereCarrotException notification) -
Uses of CarrotMetadata in cn.boboweike.carrot.storage
Methods in cn.boboweike.carrot.storage that return CarrotMetadata Modifier and Type Method Description CarrotMetadataInMemoryPartitionedStorageProvider. getMetadata(String name, String owner)CarrotMetadataPartitionedStorageProvider. getMetadata(String name, String owner)CarrotMetadataThreadSafePartitionedStorageProvider. getMetadata(String name, String owner)Methods in cn.boboweike.carrot.storage that return types with arguments of type CarrotMetadata Modifier and Type Method Description List<CarrotMetadata>InMemoryPartitionedStorageProvider. getMetadata(String name)List<CarrotMetadata>PartitionedStorageProvider. getMetadata(String name)List<CarrotMetadata>ThreadSafePartitionedStorageProvider. getMetadata(String key)Methods in cn.boboweike.carrot.storage with parameters of type CarrotMetadata Modifier and Type Method Description voidInMemoryPartitionedStorageProvider. saveMetadata(CarrotMetadata metadata)voidPartitionedStorageProvider. saveMetadata(CarrotMetadata metadata)voidThreadSafePartitionedStorageProvider. saveMetadata(CarrotMetadata metadata) -
Uses of CarrotMetadata in cn.boboweike.carrot.storage.listeners
Method parameters in cn.boboweike.carrot.storage.listeners with type arguments of type CarrotMetadata Modifier and Type Method Description voidMetadataChangeListener. onChange(List<CarrotMetadata> metadataList) -
Uses of CarrotMetadata in cn.boboweike.carrot.storage.nosql.mongo
Methods in cn.boboweike.carrot.storage.nosql.mongo that return CarrotMetadata Modifier and Type Method Description CarrotMetadataMongoDBPartitionedStorageProvider. getMetadata(String name, String owner)Methods in cn.boboweike.carrot.storage.nosql.mongo that return types with arguments of type CarrotMetadata Modifier and Type Method Description List<CarrotMetadata>MongoDBPartitionedStorageProvider. getMetadata(String name)Methods in cn.boboweike.carrot.storage.nosql.mongo with parameters of type CarrotMetadata Modifier and Type Method Description voidMongoDBPartitionedStorageProvider. saveMetadata(CarrotMetadata metadata) -
Uses of CarrotMetadata in cn.boboweike.carrot.storage.nosql.mongo.mapper
Methods in cn.boboweike.carrot.storage.nosql.mongo.mapper that return CarrotMetadata Modifier and Type Method Description CarrotMetadataMetadataDocumentMapper. toCarrotMetadata(org.bson.Document document)Methods in cn.boboweike.carrot.storage.nosql.mongo.mapper with parameters of type CarrotMetadata Modifier and Type Method Description org.bson.DocumentMetadataDocumentMapper. toInsertDocument(CarrotMetadata metadata)org.bson.DocumentMetadataDocumentMapper. toUpdateDocument(CarrotMetadata metadata)
-