Uses of Class
org.elasticsearch.client.security.ClearRealmCacheResponse
-
Packages that use ClearRealmCacheResponse Package Description org.elasticsearch.client org.elasticsearch.client.security -
-
Uses of ClearRealmCacheResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return ClearRealmCacheResponse Modifier and Type Method Description ClearRealmCacheResponseSecurityClient. clearRealmCache(ClearRealmCacheRequest request, RequestOptions options)Clears the cache in one or more realms.Method parameters in org.elasticsearch.client with type arguments of type ClearRealmCacheResponse Modifier and Type Method Description CancellableSecurityClient. clearRealmCacheAsync(ClearRealmCacheRequest request, RequestOptions options, ActionListener<ClearRealmCacheResponse> listener)Clears the cache in one or more realms asynchronously. -
Uses of ClearRealmCacheResponse in org.elasticsearch.client.security
Fields in org.elasticsearch.client.security with type parameters of type ClearRealmCacheResponse Modifier and Type Field Description static ConstructingObjectParser<ClearRealmCacheResponse,Void>ClearRealmCacheResponse. PARSERMethods in org.elasticsearch.client.security that return ClearRealmCacheResponse Modifier and Type Method Description static ClearRealmCacheResponseClearRealmCacheResponse. fromXContent(XContentParser parser)
-