Class | Description |
---|---|
ContainsEntryMultimapOperation |
Implements "contains entry" for multimap as defined by Hot
Rod protocol specification.
|
ContainsKeyMultimapOperation |
Implements "contains key" for multimap cache as defined by Hot
Rod protocol specification.
|
ContainsValueMultimapOperation |
Implements "contains value" for multimap cache as defined by Hot
Rod protocol specification.
|
GetKeyMultimapOperation<V> |
Implements "get" for multimap as defined by Hot Rod
protocol specification.
|
GetKeyWithMetadataMultimapOperation<V> |
Implements "getWithMetadata" as defined by Hot Rod protocol
specification.
|
MultimapOperationsFactory |
Factory for
HotRodOperation objects on Multimap. |
PutKeyValueMultimapOperation |
Implements "put" for multimap cache as defined by Hot Rod
protocol specification.
|
RemoveEntryMultimapOperation |
Implements "remove" for multimap as defined by Hot Rod
protocol specification.
|
RemoveKeyMultimapOperation |
Implements "remove" for multimap cache as defined by Hot
Rod protocol specification.
|
SizeMultimapOperation |
Implements "size" for multimap cache as defined by Hot Rod
protocol specification.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.