Class IdsCleanupOperations
java.lang.Object
com.playtika.janusgraph.aerospike.operations.IdsCleanupOperations
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.janusgraph.diskstorage.StaticBufferstatic final intstatic final org.janusgraph.diskstorage.StaticBuffer -
Constructor Summary
ConstructorsConstructorDescriptionIdsCleanupOperations(String idsStoreName, ReadOperations readOperations, MutateOperations mutateOperations, long ttl, org.janusgraph.diskstorage.util.time.TimestampProvider timestampProvider, ExecutorService executorService) -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanUpOldIdsRanges(org.janusgraph.diskstorage.StaticBuffer key) voidcleanUpOldIdsRangesImpl(org.janusgraph.diskstorage.StaticBuffer key)
-
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
-