Package org.shoal.ha.mapper
Interface KeyMapper
-
- All Known Implementing Classes:
DefaultKeyMapper
public interface KeyMapper- Author:
- Mahesh Kannan
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]findReplicaInstance(String groupName, Object key, String keyMappingInfo)String[]getCurrentMembers()StringgetMappedInstance(String groupName, Object key)StringgetReplicaChoices(String groupName, Object key)
-