Package | Description |
---|---|
org.infinispan.client.hotrod.impl.multimap.operations | |
org.infinispan.client.hotrod.impl.operations |
Modifier and Type | Class and Description |
---|---|
class |
ContainsEntryMultimapOperation
Implements "contains entry" for multimap as defined by Hot
Rod protocol specification.
|
class |
ContainsKeyMultimapOperation
Implements "contains key" for multimap cache as defined by Hot
Rod protocol specification.
|
class |
GetKeyMultimapOperation<V>
Implements "get" for multimap as defined by Hot Rod
protocol specification.
|
class |
GetKeyWithMetadataMultimapOperation<V>
Implements "getWithMetadata" as defined by Hot Rod protocol
specification.
|
class |
PutKeyValueMultimapOperation
Implements "put" for multimap cache as defined by Hot Rod
protocol specification.
|
class |
RemoveEntryMultimapOperation
Implements "remove" for multimap as defined by Hot Rod
protocol specification.
|
class |
RemoveKeyMultimapOperation
Implements "remove" for multimap cache as defined by Hot
Rod protocol specification.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractKeyValueOperation<T>
Base class for all operations that manipulate a key and a value.
|
class |
ContainsKeyOperation
Implements "containsKey" operation as described in Hot Rod protocol specification.
|
class |
GetOperation<V>
Implements "get" operation as described by Hot Rod protocol specification.
|
class |
GetStreamOperation
Streaming Get operation
|
class |
GetWithMetadataOperation<V>
Corresponds to getWithMetadata operation as described by
Hot Rod protocol specification.
|
class |
PutIfAbsentOperation<V>
Implements "putIfAbsent" operation as described in Hot Rod
protocol specification.
|
class |
PutOperation<V>
Implements "put" as defined by Hot Rod protocol specification.
|
class |
PutStreamOperation
Streaming put operation
|
class |
RemoveIfUnmodifiedOperation<V>
Implements "removeIfUnmodified" operation as defined by
Hot Rod protocol specification.
|
class |
RemoveOperation<V>
Implement "remove" operation as described in Hot Rod
protocol specification.
|
class |
ReplaceIfUnmodifiedOperation
Implement "replaceIfUnmodified" as defined by Hot Rod
protocol specification.
|
class |
ReplaceOperation<V>
Implements "Replace" operation as defined by Hot Rod
protocol specification.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.