org.vertexium.inmemory.mutations.SoftDeleteMutation Maven / Gradle / Ivy
package org.vertexium.inmemory.mutations;
import org.vertexium.Visibility;
public class SoftDeleteMutation extends Mutation {
public SoftDeleteMutation(long timestamp) {
super(timestamp, new Visibility(""));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy