Uses of Class
eu.clarin.sru.client.SRUScanRequest
-
-
Uses of SRUScanRequest in eu.clarin.sru.client
Methods in eu.clarin.sru.client with parameters of type SRUScanRequest Modifier and Type Method Description SRUScanResponseSRUClient. scan(SRUScanRequest request)Perform a scan operation.voidSRUSimpleClient. scan(SRUScanRequest request, SRUScanHandler handler)Perform a scan operation.Future<SRUScanResponse>SRUThreadedClient. scan(SRUScanRequest request)Deprecated.Use asynchronous callback interfaceSRUThreadedClient.scan(SRUScanRequest, SRUCallback).voidSRUThreadedClient. scan(SRUScanRequest request, SRUCallback<SRUScanRequest,SRUScanResponse> callback)Perform a scan operation and invoke a user supplied callback after the request has been completed.Method parameters in eu.clarin.sru.client with type arguments of type SRUScanRequest Modifier and Type Method Description voidSRUThreadedClient. scan(SRUScanRequest request, SRUCallback<SRUScanRequest,SRUScanResponse> callback)Perform a scan operation and invoke a user supplied callback after the request has been completed.
-