Uses of Interface
org.apache.bookkeeper.mledger.offload.jcloud.impl.DataBlockUtils.VersionCheck
-
Packages that use DataBlockUtils.VersionCheck Package Description org.apache.bookkeeper.mledger.offload.jcloud.impl Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of DataBlockUtils.VersionCheck in org.apache.bookkeeper.mledger.offload.jcloud.impl
Fields in org.apache.bookkeeper.mledger.offload.jcloud.impl declared as DataBlockUtils.VersionCheck Modifier and Type Field Description static DataBlockUtils.VersionCheckDataBlockUtils. VERSION_CHECKMethods in org.apache.bookkeeper.mledger.offload.jcloud.impl with parameters of type DataBlockUtils.VersionCheck Modifier and Type Method Description static org.apache.bookkeeper.client.api.ReadHandleBlobStoreBackedReadHandleImpl. open(java.util.concurrent.ScheduledExecutorService executor, org.jclouds.blobstore.BlobStore blobStore, java.lang.String bucket, java.lang.String key, java.lang.String indexKey, DataBlockUtils.VersionCheck versionCheck, long ledgerId, int readBufferSize)static org.apache.bookkeeper.client.api.ReadHandleBlobStoreBackedReadHandleImplV2. open(java.util.concurrent.ScheduledExecutorService executor, org.jclouds.blobstore.BlobStore blobStore, java.lang.String bucket, java.util.List<java.lang.String> keys, java.util.List<java.lang.String> indexKeys, DataBlockUtils.VersionCheck versionCheck, long ledgerId, int readBufferSize)Constructors in org.apache.bookkeeper.mledger.offload.jcloud.impl with parameters of type DataBlockUtils.VersionCheck Constructor Description BlobStoreBackedInputStreamImpl(org.jclouds.blobstore.BlobStore blobStore, java.lang.String bucket, java.lang.String key, DataBlockUtils.VersionCheck versionCheck, long objectLen, int bufferSize)
-