public class SegmentAzureFactory extends java.lang.Object implements NodeStoreFactory
Modifier and Type | Class and Description |
---|---|
static class |
SegmentAzureFactory.Builder |
Constructor and Description |
---|
SegmentAzureFactory(SegmentAzureFactory.Builder builder) |
Modifier and Type | Method and Description |
---|---|
NodeStore |
create(BlobStore blobStore,
Closer closer) |
boolean |
hasExternalBlobReferences() |
java.lang.String |
toString() |
public SegmentAzureFactory(SegmentAzureFactory.Builder builder)
public NodeStore create(BlobStore blobStore, Closer closer) throws java.io.IOException
create
in interface NodeStoreFactory
java.io.IOException
public boolean hasExternalBlobReferences() throws java.io.IOException
hasExternalBlobReferences
in interface NodeStoreFactory
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.