Uses of Class
com._1c.g5.v8.bm.core.internal.ignite.store.index.containment.ContainedObjectIndexRow
Packages that use ContainedObjectIndexRow
Package
Description
-
Uses of ContainedObjectIndexRow in com._1c.g5.v8.bm.core.internal.ignite
Methods in com._1c.g5.v8.bm.core.internal.ignite that return types with arguments of type ContainedObjectIndexRowModifier and TypeMethodDescriptionStoreManager.connectExternalContainedObjectIndexRowStore(String name, String dataRegionName, Path storeDataPath) StoreManager.createContainedObjectIndexRowStore(String name, String dataRegionName) StoreManager.createContainedObjectIndexRowStoreFromSnapshot(String name, String dataRegionName, InputStream in) StoreManager.getContainedObjectIndexRowStore(String name) -
Uses of ContainedObjectIndexRow in com._1c.g5.v8.bm.core.internal.ignite.store.index.containment
Fields in com._1c.g5.v8.bm.core.internal.ignite.store.index.containment with type parameters of type ContainedObjectIndexRowModifier and TypeFieldDescriptionstatic final org.apache.ignite.internal.persistence.tree.io.IOVersions<org.apache.ignite.internal.persistence.tree.io.BPlusInnerIO<ContainedObjectIndexRow>>ContainedObjectIndexRowAccess.INNER_IO_VERSIONSstatic final org.apache.ignite.internal.persistence.tree.io.IOVersions<org.apache.ignite.internal.persistence.tree.io.BPlusLeafIO<ContainedObjectIndexRow>>ContainedObjectIndexRowAccess.LEAF_IO_VERSIONSMethods in com._1c.g5.v8.bm.core.internal.ignite.store.index.containment that return ContainedObjectIndexRowModifier and TypeMethodDescriptionstatic ContainedObjectIndexRowContainedObjectIndexRow.createRow(int classId, long objectId) Creates a new normal row.static ContainedObjectIndexRowContainedObjectIndexRow.createTombstone(int classId, long objectId) Creates a new tombstone row.ContainedObjectIndexRowAccess.getRow(long pageAddr, int off) ContainedObjectIndexRowStore.getRow(ContainedObjectIndexRow lookupRow) static ContainedObjectIndexRowContainedObjectIndexRow.lowerBound(int classId) Creates a new lower-bound row for filtering contained objects by class.static ContainedObjectIndexRowContainedObjectIndexRow.lowerBound(int classId, long topObjectId) Creates a new lower-bound row for filtering contained objects by class and top object.ContainedObjectIndexRowStore.put(ContainedObjectIndexRow newRow) ContainedObjectIndexRowStore.remove(ContainedObjectIndexRow row) static ContainedObjectIndexRowContainedObjectIndexRow.upperBound(int classId) Creates a new upper-bound row for filtering contained objects by class.static ContainedObjectIndexRowContainedObjectIndexRow.upperBound(int classId, long topObjectId) Creates a new upper-bound row for filtering contained objects by class and top object.Methods in com._1c.g5.v8.bm.core.internal.ignite.store.index.containment that return types with arguments of type ContainedObjectIndexRowModifier and TypeMethodDescriptionorg.apache.ignite.internal.util.lang.GridCursor<ContainedObjectIndexRow>ContainedObjectIndexRowStore.getAllRows()org.apache.ignite.internal.util.lang.GridCursor<ContainedObjectIndexRow>ContainedObjectIndexRowStore.getRows(ContainedObjectIndexRow lower, ContainedObjectIndexRow upper) org.apache.ignite.internal.util.lang.GridCursor<ContainedObjectIndexRow>ContainedObjectIndexRowStore.getRowsSparse(Function<ContainedObjectIndexRow, ContainedObjectIndexRow> lowerBoundSupplier) Methods in com._1c.g5.v8.bm.core.internal.ignite.store.index.containment with parameters of type ContainedObjectIndexRowModifier and TypeMethodDescriptionintContainedObjectIndexRowComparator.compareKeys(ContainedObjectIndexRowAccess access, long pageAddr, int off, ContainedObjectIndexRow row) intContainedObjectIndexRow.compareTo(ContainedObjectIndexRow o) intContainedObjectIndexRowComparator.compareValues(ContainedObjectIndexRowAccess access, long pageAddr, int off, ContainedObjectIndexRow row) ContainedObjectIndexRowStore.getRow(ContainedObjectIndexRow lookupRow) org.apache.ignite.internal.util.lang.GridCursor<ContainedObjectIndexRow>ContainedObjectIndexRowStore.getRows(ContainedObjectIndexRow lower, ContainedObjectIndexRow upper) ContainedObjectIndexRowStore.put(ContainedObjectIndexRow newRow) ContainedObjectIndexRowStore.remove(ContainedObjectIndexRow row) voidContainedObjectIndexRowAccess.storeRow(long pageAddr, int off, ContainedObjectIndexRow row) Method parameters in com._1c.g5.v8.bm.core.internal.ignite.store.index.containment with type arguments of type ContainedObjectIndexRowModifier and TypeMethodDescriptionorg.apache.ignite.internal.util.lang.GridCursor<ContainedObjectIndexRow>ContainedObjectIndexRowStore.getRowsSparse(Function<ContainedObjectIndexRow, ContainedObjectIndexRow> lowerBoundSupplier) org.apache.ignite.internal.util.lang.GridCursor<ContainedObjectIndexRow>ContainedObjectIndexRowStore.getRowsSparse(Function<ContainedObjectIndexRow, ContainedObjectIndexRow> lowerBoundSupplier) Constructor parameters in com._1c.g5.v8.bm.core.internal.ignite.store.index.containment with type arguments of type ContainedObjectIndexRowModifierConstructorDescriptionContainedObjectIndexRowStore(IndexDataTree<ContainedObjectIndexRow, ContainedObjectIndexRowAccess> dataTree, org.apache.ignite.internal.persistence.tree.reuse.ReuseList reuseList, StoreOperationOrchestrator orchestrator)