Class ReplicationPolicy.Default

    • Constructor Detail

      • Default

        public Default()
    • Method Detail

      • replicate

        public String[] replicate​(Object pc,
                                  List<String> slices,
                                  Object context)
        Description copied from interface: ReplicationPolicy
        Gets the name of the slices where a given instance will be replicated.
        Specified by:
        replicate in interface ReplicationPolicy
        Parameters:
        pc - The newly persistent or to-be-merged object.
        slices - list of names of the active slices. The ordering of the list is either explicit openjpa.slice.Names property or implicit i.e. alphabetic order of available identifiers if openjpa.slice.Names is unspecified.
        context - generic persistence context managing the given instance.
        Returns:
        identifier of the slices. This names must match one of the given slice names.
        See Also:
        DistributedConfiguration.getActiveSliceNames()