Class DurableBackgroundCleanupIndexTreeTaskV2

    • Constructor Detail

      • DurableBackgroundCleanupIndexTreeTaskV2

        public DurableBackgroundCleanupIndexTreeTaskV2​(@Nullable
                                                       @Nullable String grpName,
                                                       String cacheName,
                                                       String idxName,
                                                       String oldTreeName,
                                                       String newTreeName,
                                                       int segments,
                                                       @Nullable
                                                       @Nullable InlineIndexTree[] trees)
        Constructor.
        Parameters:
        grpName - Cache group name.
        cacheName - Cache name.
        idxName - Index name.
        oldTreeName - Old name of underlying index tree name.
        newTreeName - New name of underlying index tree name.
        segments - Number of segments.
        trees - Index trees.
      • DurableBackgroundCleanupIndexTreeTaskV2

        public DurableBackgroundCleanupIndexTreeTaskV2()
        Default constructor for Externalizable.