All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.sirix.cache.RBIndexKey Maven / Gradle / Ivy

package io.sirix.cache;

import io.sirix.index.IndexType;

public record RBIndexKey(long nodeKey, int revisionNumber, IndexType indexType, int indexNumber) {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy