Class ChunkKeyKeyMapping
java.lang.Object
org.epics.archiverappliance.config.ChunkKeyKeyMapping
- All Implemented Interfaces:
PVNameToKeyMapping
-
Constructor Summary
ConstructorsConstructorDescriptionChunkKeyKeyMapping(ConfigService configService) ChunkKeyKeyMapping(ConfigService configService, char terminatorChar) -
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)
-
Constructor Details
-
ChunkKeyKeyMapping
-
ChunkKeyKeyMapping
-
-
Method Details
-
initialize
- Specified by:
initializein interfacePVNameToKeyMapping- Throws:
ConfigException
-
convertPVNameToKey
- Specified by:
convertPVNameToKeyin interfacePVNameToKeyMapping
-
breakIntoParts
Description copied from interface:PVNameToKeyMappingBreak a PV name into parts separated by the site specific separators For examples, ABC:123:DEF gets broken into [ABC, 123, DEF]- Specified by:
breakIntoPartsin interfacePVNameToKeyMapping- Parameters:
pvName- The name of PV.- Returns:
- String Parts separated by separators
-
overrideTerminator
- Specified by:
overrideTerminatorin interfacePVNameToKeyMapping
-