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 AffinityTaggedKey
BuildContext.affinityLocationIntoSegment(int)
, or -1 when not explicitly set.<T> T accept(KeyVisitor<T> visitor) throws Exception
Exception
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.