Uses of Class
org.apache.jackrabbit.oak.segment.SegmentBufferWriterPool.PoolType
-
Packages that use SegmentBufferWriterPool.PoolType Package Description org.apache.jackrabbit.oak.segment -
-
Uses of SegmentBufferWriterPool.PoolType in org.apache.jackrabbit.oak.segment
Methods in org.apache.jackrabbit.oak.segment that return SegmentBufferWriterPool.PoolType Modifier and Type Method Description static SegmentBufferWriterPool.PoolTypeSegmentBufferWriterPool.PoolType. valueOf(String name)Returns the enum constant of this type with the specified name.static SegmentBufferWriterPool.PoolType[]SegmentBufferWriterPool.PoolType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jackrabbit.oak.segment with parameters of type SegmentBufferWriterPool.PoolType Modifier and Type Method Description @NotNull SegmentBufferWriterPoolSegmentBufferWriterPool.SegmentBufferWriterPoolFactory. newPool(SegmentBufferWriterPool.PoolType poolType)@NotNull DefaultSegmentWriterBuilderDefaultSegmentWriterBuilder. withWriterPool(SegmentBufferWriterPool.PoolType writerType)Create aSegmentWriterbacked by aSegmentBufferWriterPool.
-