Package com.google.gerrit.server.index
Class OnlineReindexMode
java.lang.Object
com.google.gerrit.server.index.OnlineReindexMode
Per-thread singleton to signal if online reindexing is in progress.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OnlineReindexMode
public OnlineReindexMode()
-
-
Method Details
-
isActive
public static boolean isActive() -
begin
public static void begin() -
end
public static void end()
-