| Package | Description |
|---|---|
| com.imperva.ddc.core.query |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
PartitionResponse.getEndpoint() |
Endpoint |
ChangeRequest.getEndpoint() |
Endpoint |
AddRequest.getEndpoint() |
Endpoint |
RemoveRequest.getEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
List<Endpoint> |
Cursor.getEndpoints() |
List<Endpoint> |
QueryRequest.getEndpoints() |
| Modifier and Type | Method and Description |
|---|---|
void |
Cursor.addEndpoint(Endpoint endpoint) |
QueryRequest |
QueryRequest.addEndpoint(Endpoint endpoint)
Helper function used for adding
Endpoint in a fluent coding style instead of using setEndpoints |
void |
PartitionResponse.setEndpoint(Endpoint endpoint) |
void |
ChangeRequest.setEndpoint(Endpoint endpoint) |
void |
AddRequest.setEndpoint(Endpoint endpoint) |
void |
RemoveRequest.setEndpoint(Endpoint endpoint) |
| Modifier and Type | Method and Description |
|---|---|
void |
Cursor.setEndpoints(List<Endpoint> endpoints) |
void |
QueryRequest.setEndpoints(List<Endpoint> endpoints) |
| Constructor and Description |
|---|
Endpoint(Endpoint endpoint) |
Copyright © 2020. All rights reserved.