Uses of Class
com.michelin.cert.redscan.utils.datalake.DatalakeStorageException
Packages that use DatalakeStorageException
Package
Description
-
Uses of DatalakeStorageException in com.michelin.cert.redscan.utils.datalake
Methods in com.michelin.cert.redscan.utils.datalake that throw DatalakeStorageExceptionModifier and TypeMethodDescriptionbooleanDatalakeStorageItem.block()Block the Datalake storage item.booleanDatalakeStorageItem.create()Create the item in Elastic searchContent.static booleanDatalakeStorage.createObject(DatalakeStorageItem item) Insert a new object in ElasticSearch.static booleanDatalakeStorage.createObject(String index, String id) Insert a new object in ElasticSearch.static booleanDatalakeStorage.createObject(String index, String id, kong.unirest.json.JSONObject jsonObject) Insert a new object in ElasticSearch.booleanDatalakeStorageItem.delete()Delete the item from ElasticSearch.static booleanDatalakeStorage.deleteObject(DatalakeStorageItem item) Delete an object from ElasticSearch.static booleanDatalakeStorage.deleteObject(String index, String id) Delete an object from ElasticSearch.<T extends DatalakeStorageItem>
TDatalakeStorageItem.find()Get instantiated item.<T extends DatalakeStorageItem>
TGet instantiated item.<T extends DatalakeStorageItem>
List<T> DatalakeStorageItem.findAll()Get all instanciated items.<T extends DatalakeStorageItem>
List<T> Get all instanciated items with particular sorting.<T extends DatalakeStorageItem>
List<T> Get all instanciated items with pagination.<T extends DatalakeStorageItem>
List<T> Get all instanciated items with pagination and particular sorting.protected kong.unirest.json.JSONObjectDatalakeStorageItem.findAllContent()Get all items.kong.unirest.json.JSONObjectDatalakeStorageItem.findAllContent(String page, String size) Get all items with pagination.protected kong.unirest.json.JSONObjectDatalakeStorageItem.findAllContent(kong.unirest.json.JSONObject sort) Get all items with particular sorting.kong.unirest.json.JSONObjectDatalakeStorageItem.findAllContent(kong.unirest.json.JSONObject sort, String page, String size) Get all items with pagination and particular sorting.protected kong.unirest.json.JSONObjectDatalakeStorageItem.findContent(String id) Get item from their id.static kong.unirest.json.JSONObjectDatalakeStorage.getObject(DatalakeStorageItem item) Retrieve an object from Elastic search.static kong.unirest.json.JSONObjectDatalakeStorage.getObject(DatalakeStorageItem item, String id) Retrieve an object from Elastic search.static kong.unirest.json.JSONObjectRetrieve an object from Elastic search.static kong.unirest.json.JSONObjectDatalakeStorage.getObjects(DatalakeStorageItem item, kong.unirest.json.JSONObject query) Search objects.static kong.unirest.json.JSONObjectDatalakeStorage.getObjects(DatalakeStorageItem item, kong.unirest.json.JSONObject query, String page, String size) Search objects with pagination.static kong.unirest.json.JSONObjectDatalakeStorage.getObjects(DatalakeStorageItem item, kong.unirest.json.JSONObject query, String page, String size, kong.unirest.json.JSONObject sort) Search objects with sorting and pagination.static kong.unirest.json.JSONObjectDatalakeStorage.getObjects(DatalakeStorageItem item, kong.unirest.json.JSONObject query, kong.unirest.json.JSONObject sort) Search objects with sorting.static kong.unirest.json.JSONObjectDatalakeStorage.getObjects(String index, kong.unirest.json.JSONObject query, String page, String size, kong.unirest.json.JSONObject sort) Search objects with pagination.static kong.unirest.json.JSONObjectDatalakeStorage.getObjects(String index, kong.unirest.json.JSONObject query, kong.unirest.json.JSONObject sort) Search objects.booleanDatalakeStorageItem.isBlocked()Determine if Datalake storage item is blocked.booleanDatalakeStorageItem.removeField(String key) Delete a specific field for the item.static booleanDatalakeStorage.removeObjectField(DatalakeStorageItem item, String key) Remove a specific field for an object.<T extends DatalakeStorageItem>
List<T> Search items with pagination.<T extends DatalakeStorageItem>
List<T> DatalakeStorageItem.search(String page, String size, kong.unirest.json.JSONObject query, String sort) Search items with pagination and sorting.<T extends DatalakeStorageItem>
List<T> DatalakeStorageItem.search(kong.unirest.json.JSONObject query) Search items.<T extends DatalakeStorageItem>
List<T> Search items with sorting.protected kong.unirest.json.JSONObjectDatalakeStorageItem.searchContent(kong.unirest.json.JSONObject query) Search items.protected kong.unirest.json.JSONObjectDatalakeStorageItem.searchContent(kong.unirest.json.JSONObject query, String page, String size) Search items with pagination.protected kong.unirest.json.JSONObjectDatalakeStorageItem.searchContent(kong.unirest.json.JSONObject query, String page, String size, kong.unirest.json.JSONObject sort) Search items with pagination and sorting.protected kong.unirest.json.JSONObjectDatalakeStorageItem.searchContent(kong.unirest.json.JSONObject query, kong.unirest.json.JSONObject sort) Search items with sorting.booleanDatalakeStorageItem.unblock()Unblock the Datalake storage item.abstract booleanDatalakeStorageItem.upsert()Upsert the item in Elastic searchContent.booleanDatalakeStorageItem.upsertField(String key, Object value) Insert or Update a specific field for the item.static booleanDatalakeStorage.upsertObjectField(DatalakeStorageItem item, String key, Object value) Insert or Update a specific field for an object.static booleanDatalakeStorage.upsertObjectField(String index, String id, String key, Object value) Insert or Update a specific field for an object. -
Uses of DatalakeStorageException in com.michelin.cert.redscan.utils.models
Methods in com.michelin.cert.redscan.utils.models that throw DatalakeStorageException -
Uses of DatalakeStorageException in com.michelin.cert.redscan.utils.models.reports
Methods in com.michelin.cert.redscan.utils.models.reports that throw DatalakeStorageException -
Uses of DatalakeStorageException in com.michelin.cert.redscan.utils.models.services
Methods in com.michelin.cert.redscan.utils.models.services that throw DatalakeStorageException