Examples of MemoryChildNodeEntry


Examples of org.apache.jackrabbit.oak.plugins.memory.MemoryChildNodeEntry

            return map.getEntries();
        } else {
            Segment segment = recordId.getSegment();
            int offset = recordId.getOffset() + RECORD_ID_BYTES;
            RecordId childNodeId = segment.readRecordId(offset);
            return Collections.singletonList(new MemoryChildNodeEntry(
                    childName, new SegmentNodeState(childNodeId)));
        }
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.