public interface IndexScopedKey extends AffinityTaggedKey
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(KeyVisitor<T> visitor) |
int |
getAffinitySegmentId()
This numeric id is used exclusively for storage affinity in Infinispan.
|
String |
getIndexName()
Different indexes are required to use different names
|
String getIndexName()
int getAffinitySegmentId()
getAffinitySegmentId in interface AffinityTaggedKeyBuildContext.affinityLocationIntoSegment(int), or -1 when not explicitly set.<T> T accept(KeyVisitor<T> visitor) throws Exception
ExceptionCopyright © 2024 JBoss, a division of Red Hat. All rights reserved.