Interface PVNameToKeyMapping
- All Known Implementing Classes:
ChunkKeyKeyMapping,ConvertPVNameToKey
public interface PVNameToKeyMapping
Interface for converting a PV name to something that forms the prefix of a chunk's key.
See the
default implementation for more details- Author:
- mshankar
-
Method Summary
Modifier and TypeMethodDescriptionString[]breakIntoParts(String pvName) Break a PV name into parts separated by the site specific separators For examples, ABC:123:DEF gets broken into [ABC, 123, DEF]convertPVNameToKey(String pvName) voidinitialize(ConfigService configService) overrideTerminator(char terminator)
-
Method Details
-
initialize
- Throws:
ConfigException
-
convertPVNameToKey
-
breakIntoParts
Break a PV name into parts separated by the site specific separators For examples, ABC:123:DEF gets broken into [ABC, 123, DEF]- Parameters:
pvName- The name of PV.- Returns:
- String Parts separated by separators
-
overrideTerminator
-