Uses of Class
org.elasticsearch.client.security.ClearRolesCacheResponse
-
Packages that use ClearRolesCacheResponse Package Description org.elasticsearch.client org.elasticsearch.client.security -
-
Uses of ClearRolesCacheResponse in org.elasticsearch.client
Methods in org.elasticsearch.client that return ClearRolesCacheResponse Modifier and Type Method Description ClearRolesCacheResponseSecurityClient. clearRolesCache(ClearRolesCacheRequest request, RequestOptions options)Clears the roles cache for a set of roles.Method parameters in org.elasticsearch.client with type arguments of type ClearRolesCacheResponse Modifier and Type Method Description CancellableSecurityClient. clearRolesCacheAsync(ClearRolesCacheRequest request, RequestOptions options, ActionListener<ClearRolesCacheResponse> listener)Clears the roles cache for a set of roles asynchronously. -
Uses of ClearRolesCacheResponse in org.elasticsearch.client.security
Methods in org.elasticsearch.client.security that return ClearRolesCacheResponse Modifier and Type Method Description static ClearRolesCacheResponseClearRolesCacheResponse. fromXContent(XContentParser parser)
-