Package com.yahoo.config.provision
Class ApplicationMutex
java.lang.Object
com.yahoo.config.provision.ApplicationMutex
- All Implemented Interfaces:
com.yahoo.transaction.Mutex,AutoCloseable
A type-safe wrapper for an application's provision lock.
- Author:
- mpolden
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationMutex(ApplicationId application, com.yahoo.transaction.Mutex lock) -
Method Summary
-
Constructor Details
-
ApplicationMutex
-
-
Method Details
-
application
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfacecom.yahoo.transaction.Mutex
-