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 SRUScanResponse
SRUClient. scan(SRUScanRequest request)
Perform a scan operation.void
SRUSimpleClient. scan(SRUScanRequest request, SRUScanHandler handler)
Perform a scan operation.Future<SRUScanResponse>
SRUThreadedClient. scan(SRUScanRequest request)
Deprecated.Use asynchronous callback interfaceSRUThreadedClient.scan(SRUScanRequest, SRUCallback)
.void
SRUThreadedClient. 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 void
SRUThreadedClient. scan(SRUScanRequest request, SRUCallback<SRUScanRequest,SRUScanResponse> callback)
Perform a scan operation and invoke a user supplied callback after the request has been completed.
-