Hierarchy For All Packages
Package Hierarchies:- org.apache.shardingsphere.infra.merge,
- org.apache.shardingsphere.infra.merge.engine,
- org.apache.shardingsphere.infra.merge.engine.decorator,
- org.apache.shardingsphere.infra.merge.engine.decorator.impl,
- org.apache.shardingsphere.infra.merge.engine.merger,
- org.apache.shardingsphere.infra.merge.engine.merger.impl,
- org.apache.shardingsphere.infra.merge.result,
- org.apache.shardingsphere.infra.merge.result.impl.decorator,
- org.apache.shardingsphere.infra.merge.result.impl.local,
- org.apache.shardingsphere.infra.merge.result.impl.memory,
- org.apache.shardingsphere.infra.merge.result.impl.stream,
- org.apache.shardingsphere.infra.merge.result.impl.transparent
Class Hierarchy
- java.lang.Object
- org.apache.shardingsphere.infra.merge.result.impl.decorator.DecoratorMergedResult (implements org.apache.shardingsphere.infra.merge.result.MergedResult)
- org.apache.shardingsphere.infra.merge.result.impl.local.LocalDataMergedResult (implements org.apache.shardingsphere.infra.merge.result.MergedResult)
- org.apache.shardingsphere.infra.merge.result.impl.local.LocalDataQueryResultRow
- org.apache.shardingsphere.infra.merge.result.impl.memory.MemoryMergedResult<T> (implements org.apache.shardingsphere.infra.merge.result.MergedResult)
- org.apache.shardingsphere.infra.merge.result.impl.memory.MemoryQueryResultRow
- org.apache.shardingsphere.infra.merge.MergeEngine
- org.apache.shardingsphere.infra.merge.result.impl.stream.StreamMergedResult (implements org.apache.shardingsphere.infra.merge.result.MergedResult)
- org.apache.shardingsphere.infra.merge.result.impl.transparent.TransparentMergedResult (implements org.apache.shardingsphere.infra.merge.result.MergedResult)
- org.apache.shardingsphere.infra.merge.engine.decorator.impl.TransparentResultDecorator (implements org.apache.shardingsphere.infra.merge.engine.decorator.ResultDecorator<T>)
- org.apache.shardingsphere.infra.merge.engine.merger.impl.TransparentResultMerger (implements org.apache.shardingsphere.infra.merge.engine.merger.ResultMerger)
Interface Hierarchy
- org.apache.shardingsphere.infra.merge.result.MergedResult
- org.apache.shardingsphere.infra.util.spi.type.ordered.OrderedSPI<T>
- org.apache.shardingsphere.infra.merge.engine.ResultProcessEngine<T>
- org.apache.shardingsphere.infra.merge.engine.decorator.ResultDecoratorEngine<T>
- org.apache.shardingsphere.infra.merge.engine.merger.ResultMergerEngine<T>
- org.apache.shardingsphere.infra.merge.engine.ResultProcessEngine<T>
- org.apache.shardingsphere.infra.merge.engine.decorator.ResultDecorator<T>
- org.apache.shardingsphere.infra.merge.engine.merger.ResultMerger