| Package | Description |
|---|---|
| com.ebay.lightning.client |
| Modifier and Type | Method and Description |
|---|---|
LightningClientBuilder |
LightningClientBuilder.addSeed(String seed)
Adds a single stand alone lightning core instances to the existing Seed
List.
|
LightningClientBuilder |
LightningClientBuilder.setAllowCrossRegionInteraction(boolean allowCrossRegionInteraction)
Set the lightning core to run in embedded mode.
|
LightningClientBuilder |
LightningClientBuilder.setAuditApiUrlTemplate(String auditApiUrl)
Set the API URL template for audit data.
|
LightningClientBuilder |
LightningClientBuilder.setAuditJsonApiUrlTemplate(String auditJsonApiUrl)
Set the API URL template for audit data in JSON format.
|
LightningClientBuilder |
LightningClientBuilder.setAuditSummaryUrlTemplate(String auditSummaryUrl)
Set the API URL template for audit summary data.
|
LightningClientBuilder |
LightningClientBuilder.setCorePort(int corePort)
Set the lightning core port.
|
LightningClientBuilder |
LightningClientBuilder.setCrossRegionSeeds(List<String> crossRegionSeeds)
Set the list of stand alone lightning core instances from different colocations.
|
LightningClientBuilder |
LightningClientBuilder.setEmbeddedMode(boolean mode)
Set the lightning core to run in embedded mode.
|
LightningClientBuilder |
LightningClientBuilder.setLightningStatsUrlTemplate(String lightningStatsUrl)
Set the API URL template to get lightning statistics.
|
LightningClientBuilder |
LightningClientBuilder.setPollApiUrlTemplate(String pollApiUrl)
Set the API URL template for polling response.
|
LightningClientBuilder |
LightningClientBuilder.setReserveApiUrlTemplate(String reserveApiUrl)
Set the API URL template for Reservation.
|
LightningClientBuilder |
LightningClientBuilder.setSeeds(List<String> seeds)
Set the list of stand alone lightning core instances.
|
LightningClientBuilder |
LightningClientBuilder.setSubmitApiUrlTemplate(String submitApiUrl)
Set the API URL template for submitting request.
|
LightningClientBuilder |
LightningClientBuilder.setSystemConfigUpdateUrlTemplate(String systemConfigUpdateUrl)
Set the API URL template to update system configuration.
|
LightningClientBuilder |
LightningClientBuilder.setSystemConfigUrlTemplate(String systemConfigUrl)
Set the API URL template to get system configuration.
|
LightningClientBuilder |
LightningClientBuilder.setUrlUtils(com.ebay.lightning.core.utils.UrlUtils urlUtils)
Set the
UrlUtils |
Copyright © 2017. All rights reserved.