| Package | Description |
|---|---|
| org.infinispan.interceptors.distribution |
Interceptors dealing with command replication in distributed/replicated mode.
|
| org.infinispan.interceptors.impl |
Basic interceptors
|
| org.infinispan.remoting.responses |
Abstractions of the different response types allowed during RPC.
|
| Modifier and Type | Method and Description |
|---|---|
SuccessfulResponse |
RemoteGetSingleKeyCollector.addResponse(Address sender,
Response response) |
SuccessfulResponse |
RemoteGetSingleKeyCollector.finish() |
| Modifier and Type | Method and Description |
|---|---|
protected static SuccessfulResponse |
ClusteringInterceptor.getSuccessfulResponseOrFail(Map<Address,Response> responseMap,
CompletableFuture<?> future,
Consumer<Response> cacheNotFound) |
| Modifier and Type | Class and Description |
|---|---|
class |
BiasRevocationResponse |
| Modifier and Type | Field and Description |
|---|---|
static SuccessfulResponse |
SuccessfulResponse.SUCCESSFUL_EMPTY_RESPONSE |
| Modifier and Type | Method and Description |
|---|---|
static <T> SuccessfulResponse<T> |
SuccessfulResponse.create(T responseValue) |
SuccessfulResponse |
SuccessfulResponse.Externalizer.readObject(ObjectInput input) |
| Modifier and Type | Method and Description |
|---|---|
Set<Class<? extends SuccessfulResponse>> |
SuccessfulResponse.Externalizer.getTypeClasses() |
| Modifier and Type | Method and Description |
|---|---|
void |
SuccessfulResponse.Externalizer.writeObject(ObjectOutput output,
SuccessfulResponse response) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.