Class MicrostreamHealthCheck
- java.lang.Object
- 
- io.helidon.integrations.microstream.health.MicrostreamHealthCheck
 
- 
- All Implemented Interfaces:
- HealthCheck
 
 public class MicrostreamHealthCheck extends Object implements HealthCheck Microstream health check.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classMicrostreamHealthCheck.BuilderBuilder for MicrostreamHealthCheck.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MicrostreamHealthCheck.Builderbuilder(one.microstream.storage.embedded.types.EmbeddedStorageManager embeddedStorageManager)A fluent API builder to create a health check for Microstream.HealthCheckResponsecall()static MicrostreamHealthCheckcreate(one.microstream.storage.embedded.types.EmbeddedStorageManager embeddedStorageManager)Create a default health check for Microstream.
 
- 
- 
- 
Method Detail- 
callpublic HealthCheckResponse call() - Specified by:
- callin interface- HealthCheck
 
 - 
createpublic static MicrostreamHealthCheck create(one.microstream.storage.embedded.types.EmbeddedStorageManager embeddedStorageManager) Create a default health check for Microstream.- Parameters:
- embeddedStorageManager- the EmbeddedStorageManager used by the the health check
- Returns:
- default health check for Microstream
 
 - 
builderpublic static MicrostreamHealthCheck.Builder builder(one.microstream.storage.embedded.types.EmbeddedStorageManager embeddedStorageManager) A fluent API builder to create a health check for Microstream.- Parameters:
- embeddedStorageManager- EmbeddedStorageManager
- Returns:
- a new builder
 
 
- 
 
-