Class VersionedBackupProcessor<K>

    • Constructor Detail

      • VersionedBackupProcessor

        public VersionedBackupProcessor​(byte[] state,
                                        Long ttlMillis)
    • Method Detail

      • getState

        public byte[] getState()
      • getTtlMillis

        public Long getTtlMillis()
      • process

        public byte[] process​(Map.Entry<K,​byte[]> entry)
        Specified by:
        process in interface com.hazelcast.map.EntryProcessor<K,​byte[],​byte[]>