public class PluginServiceFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static OpenshiftAPIService |
getApiService() |
static OpenshiftRequestContextFactory |
getContextFactory() |
static org.elasticsearch.common.util.concurrent.ThreadContext |
getThreadContext() |
static boolean |
isReady() |
static void |
markNotReady() |
static void |
markReady() |
static void |
setApiService(OpenshiftAPIService apiService) |
static void |
setContextFactory(OpenshiftRequestContextFactory contextFactory) |
static void |
setThreadContext(org.elasticsearch.common.util.concurrent.ThreadContext threadContext) |
public static OpenshiftRequestContextFactory getContextFactory()
public static void setContextFactory(OpenshiftRequestContextFactory contextFactory)
public static OpenshiftAPIService getApiService()
public static void setApiService(OpenshiftAPIService apiService)
public static boolean isReady()
public static void markReady()
public static void markNotReady()
public static org.elasticsearch.common.util.concurrent.ThreadContext getThreadContext()
public static void setThreadContext(org.elasticsearch.common.util.concurrent.ThreadContext threadContext)
Copyright © 2015–2018 Red Hat. All rights reserved.