A B C D E G H I J M N O P R S T U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- add(AppbaseRequestBuilder) - Method in class io.appbase.requestbuilders.AppbaseBullkBuilder
- addHeader(String, String) - Method in class io.appbase.requestbuilders.AppbaseRequestBuilder
- addQueryParam(String, String) - Method in class io.appbase.requestbuilders.AppbaseRequestBuilder
- addQueryParams(List<Param>) - Method in class io.appbase.requestbuilders.AppbaseRequestBuilder
- AppbaseBullkBuilder - Class in io.appbase.requestbuilders
- AppbaseBullkBuilder() - Constructor for class io.appbase.requestbuilders.AppbaseBullkBuilder
- AppbaseClient - Class in io.appbase.client
- AppbaseClient(String, String) - Constructor for class io.appbase.client.AppbaseClient
-
Constructor when the elasticsearch setup does not require user name and password
- AppbaseClient(String, String, String, String) - Constructor for class io.appbase.client.AppbaseClient
-
Constructor when the elasticsearch setup requires a user name and a password
- AppbaseRequestBuilder - Class in io.appbase.requestbuilders
- AppbaseRequestBuilder(AppbaseClient, String, String, int) - Constructor for class io.appbase.requestbuilders.AppbaseRequestBuilder
- AppbaseWebsocketClient - Class in io.appbase.client
- AppbaseWebsocketClient(URI, Stream) - Constructor for class io.appbase.client.AppbaseWebsocketClient
- AppbaseWebsocketClient(URI, Stream, Draft) - Constructor for class io.appbase.client.AppbaseWebsocketClient
- AppbaseWebsocketRequest - Class in io.appbase.requestbuilders
- AppbaseWebsocketRequest(JsonObject, String) - Constructor for class io.appbase.requestbuilders.AppbaseWebsocketRequest
B
- BasicAuthInterceptor - Class in io.appbase.interceptor
- BasicAuthInterceptor(String, String) - Constructor for class io.appbase.interceptor.BasicAuthInterceptor
- build() - Method in class io.appbase.requestbuilders.AppbaseRequestBuilder
C
- cacheControl(CacheControl) - Method in class io.appbase.requestbuilders.AppbaseRequestBuilder
-
See
CacheControl - createBody(String) - Static method in class io.appbase.client.AppbaseClient
-
The
Stringbody is converted toRequestBody
D
- delete() - Method in class io.appbase.requestbuilders.AppbaseRequestBuilder
-
Set method type to delete
- delete(String) - Method in class io.appbase.requestbuilders.AppbaseRequestBuilder
-
Sets method type to delete and add the body.
- Delete - Static variable in class io.appbase.requestbuilders.AppbaseRequestBuilder
E
- equals(Object) - Method in class io.appbase.requestbuilders.AppbaseRequestBuilder
-
Checks if builder equals the obj.
- execute() - Method in class io.appbase.requestbuilders.AppbaseBullkBuilder
-
The request builder is executed in bulk format for all the query builders provided.
- execute() - Method in class io.appbase.requestbuilders.AppbaseRequestBuilder
- execute(Stream) - Method in class io.appbase.requestbuilders.AppbaseWebsocketRequest
G
- get() - Method in class io.appbase.requestbuilders.AppbaseRequestBuilder
-
Sets method type to get.
- getMappings() - Method in class io.appbase.client.AppbaseClient
-
Get the mappings of the Application
- getTypes() - Method in class io.appbase.client.AppbaseClient
-
Method to get an array of types
H
- hashCode() - Method in class io.appbase.requestbuilders.AppbaseRequestBuilder
- head() - Method in class io.appbase.requestbuilders.AppbaseRequestBuilder
- header(String, String) - Method in class io.appbase.requestbuilders.AppbaseRequestBuilder
-
Adds header with the key and value.
- headers(Headers) - Method in class io.appbase.requestbuilders.AppbaseRequestBuilder
-
Adds
Headers
I
- Index - Static variable in class io.appbase.requestbuilders.AppbaseRequestBuilder
- intercept(Interceptor.Chain) - Method in class io.appbase.interceptor.BasicAuthInterceptor
- io.appbase.client - package io.appbase.client
- io.appbase.interceptor - package io.appbase.interceptor
- io.appbase.requestbuilders - package io.appbase.requestbuilders
- io.appbase.trial - package io.appbase.trial
J
- JSON - Static variable in class io.appbase.client.AppbaseClient
M
- main(String[]) - Static method in class io.appbase.trial.Main
- Main - Class in io.appbase.trial
- Main() - Constructor for class io.appbase.trial.Main
- method(String, String) - Method in class io.appbase.requestbuilders.AppbaseRequestBuilder
-
Sets method and body.
N
- newCall(Request) - Method in class io.appbase.client.AppbaseClient
O
- onClose(int, String, boolean) - Method in class io.appbase.client.AppbaseWebsocketClient
-
Implements the method stated in
Streamobject passed in the Constructor. - onClose(int, String, boolean) - Method in class io.appbase.client.Stream
-
Current implementation doesn't do anything.
- onError(Exception) - Method in class io.appbase.client.AppbaseWebsocketClient
-
Implements the method stated in
Streamobject passed in the Constructor. - onError(Exception) - Method in class io.appbase.client.Stream
-
Current implementation doesn't do anything.
- onMessage(String) - Method in class io.appbase.client.AppbaseWebsocketClient
-
Implements the method stated in
Streamobject passed in the Constructor. - onMessage(String) - Method in class io.appbase.client.Stream
-
Needs to be overridden and be stated what to with the message received.
- onOpen(ServerHandshake) - Method in class io.appbase.client.AppbaseWebsocketClient
-
Implements the method stated in
Streamobject passed in the Constructor. - onOpen(ServerHandshake) - Method in class io.appbase.client.Stream
-
Current implementation doesn't do anything.
P
- Param - Class in io.appbase.requestbuilders
- Param(String, String) - Constructor for class io.appbase.requestbuilders.Param
- patch(String) - Method in class io.appbase.requestbuilders.AppbaseRequestBuilder
- post(String) - Method in class io.appbase.requestbuilders.AppbaseRequestBuilder
-
Sets method to post and adds the body.
- prepareBulkExecute(String) - Method in class io.appbase.client.AppbaseClient
-
When multiple requests need to be executed but in a sequence to reduce the bandwidth usage.
- prepareDelete(String, String) - Method in class io.appbase.client.AppbaseClient
-
To prepare an
AppbaseRequestBuilderobject to delete a document. - prepareGet(String, String) - Method in class io.appbase.client.AppbaseClient
-
Prepare an
AppbaseRequestBuilderobject to get the indexed objects by specifying type and id - prepareGetMappings() - Method in class io.appbase.client.AppbaseClient
-
Prepare an
AppbaseRequestBuilderobject to get the mappings of the Application - prepareIndex(String, byte[]) - Method in class io.appbase.client.AppbaseClient
-
Prepare the request for indexing a document without providing the id.
- prepareIndex(String, JsonObject) - Method in class io.appbase.client.AppbaseClient
-
Prepare the request for indexing a document without providing the id.
- prepareIndex(String, String) - Method in class io.appbase.client.AppbaseClient
-
Prepare the request for indexing a document without providing the id.
- prepareIndex(String, String, byte[]) - Method in class io.appbase.client.AppbaseClient
-
To prepare the index.
- prepareIndex(String, String, JsonObject) - Method in class io.appbase.client.AppbaseClient
-
To prepare the index.
- prepareIndex(String, String, String) - Method in class io.appbase.client.AppbaseClient
-
To prepare the index.
- prepareIndex(String, String, Map<String, String>) - Method in class io.appbase.client.AppbaseClient
-
To prepare the index.
- prepareIndex(String, Map<String, Object>) - Method in class io.appbase.client.AppbaseClient
-
Prepare the request for indexing a document without providing the id.
- prepareSearch(String[], String) - Method in class io.appbase.client.AppbaseClient
-
Prepare an
AppbaseRequestBuilderobject for searching by adding the query body within multiple types - prepareSearch(String, String) - Method in class io.appbase.client.AppbaseClient
-
Prepare an
AppbaseRequestBuilderobject for searching by adding the search body - prepareSearch(String, List<Param>) - Method in class io.appbase.client.AppbaseClient
-
Prepare an
AppbaseRequestBuilderobject to search by passing the query as a List of param objects. - prepareSearchStream(String, String) - Method in class io.appbase.client.AppbaseClient
- prepareSearchStreamToURL(String, String, String) - Method in class io.appbase.client.AppbaseClient
-
The search results are streamed to the URL specified in webhoook.
- prepareUpdate(String, String, List<Param>, byte[]) - Method in class io.appbase.client.AppbaseClient
-
To prepare a
AppbaseRequestBuilderobject to update a document. - prepareUpdate(String, String, List<Param>, JsonObject) - Method in class io.appbase.client.AppbaseClient
-
To prepare a
AppbaseRequestBuilderobject to update a document. - prepareUpdate(String, String, List<Param>, String) - Method in class io.appbase.client.AppbaseClient
-
To prepare a
AppbaseRequestBuilderobject to update a document. - prepareUpdate(String, String, List<Param>, Map<String, Object>) - Method in class io.appbase.client.AppbaseClient
-
To prepare a
AppbaseRequestBuilderobject to update a document. - put(String) - Method in class io.appbase.requestbuilders.AppbaseRequestBuilder
-
Sets method to put and adds the body.
R
- removeHeader(String) - Method in class io.appbase.requestbuilders.AppbaseRequestBuilder
- Rest - Static variable in class io.appbase.requestbuilders.AppbaseRequestBuilder
S
- setApp(String) - Method in class io.appbase.client.AppbaseClient
- setURL(String) - Method in class io.appbase.client.AppbaseClient
- Stream - Class in io.appbase.client
- Stream() - Constructor for class io.appbase.client.Stream
T
- tag(Object) - Method in class io.appbase.requestbuilders.AppbaseRequestBuilder
- toString() - Method in class io.appbase.requestbuilders.AppbaseRequestBuilder
U
- Update - Static variable in class io.appbase.requestbuilders.AppbaseRequestBuilder
- url(String) - Method in class io.appbase.requestbuilders.AppbaseRequestBuilder
- url(URL) - Method in class io.appbase.requestbuilders.AppbaseRequestBuilder
- url(HttpUrl) - Method in class io.appbase.requestbuilders.AppbaseRequestBuilder
All Classes All Packages