Uses of Class
org.apache.bookkeeper.mledger.offload.jcloud.OffloadIndexBlock.IndexInputStream
-
Packages that use OffloadIndexBlock.IndexInputStream Package Description org.apache.bookkeeper.mledger.offload.jcloud Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.bookkeeper.mledger.offload.jcloud.impl Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of OffloadIndexBlock.IndexInputStream in org.apache.bookkeeper.mledger.offload.jcloud
Methods in org.apache.bookkeeper.mledger.offload.jcloud that return OffloadIndexBlock.IndexInputStream Modifier and Type Method Description OffloadIndexBlock.IndexInputStreamOffloadIndexBlock. toStream()Get the content of the index block as InputStream.OffloadIndexBlock.IndexInputStreamOffloadIndexBlockV2. toStream()Get the content of the index block as InputStream. -
Uses of OffloadIndexBlock.IndexInputStream in org.apache.bookkeeper.mledger.offload.jcloud.impl
Methods in org.apache.bookkeeper.mledger.offload.jcloud.impl that return OffloadIndexBlock.IndexInputStream Modifier and Type Method Description OffloadIndexBlock.IndexInputStreamOffloadIndexBlockImpl. toStream()Get the content of the index block as InputStream.OffloadIndexBlock.IndexInputStreamOffloadIndexBlockV2Impl. toStream()Get the content of the index block as InputStream.
-