Class IdsCleanupOperations

java.lang.Object
com.playtika.janusgraph.aerospike.operations.IdsCleanupOperations

public class IdsCleanupOperations extends Object
  • Field Details

    • LOWER_SLICE

      public static final org.janusgraph.diskstorage.StaticBuffer LOWER_SLICE
    • UPPER_SLICE

      public static final org.janusgraph.diskstorage.StaticBuffer UPPER_SLICE
    • PROTECTED_BLOCKS_AMOUNT

      public static final int PROTECTED_BLOCKS_AMOUNT
      See Also:
  • Constructor Details

    • IdsCleanupOperations

      public IdsCleanupOperations(String idsStoreName, ReadOperations readOperations, MutateOperations mutateOperations, long ttl, org.janusgraph.diskstorage.util.time.TimestampProvider timestampProvider, ExecutorService executorService)
  • Method Details

    • cleanUpOldIdsRanges

      public void cleanUpOldIdsRanges(org.janusgraph.diskstorage.StaticBuffer key)
    • cleanUpOldIdsRangesImpl

      public void cleanUpOldIdsRangesImpl(org.janusgraph.diskstorage.StaticBuffer key) throws org.janusgraph.diskstorage.BackendException
      Throws:
      org.janusgraph.diskstorage.BackendException
    • getIdsStoreName

      public String getIdsStoreName()