Uses of Class
com.pervasive.datarush.azure.AzureFilePath
-
Packages that use AzureFilePath Package Description com.pervasive.datarush.azure -
-
Uses of AzureFilePath in com.pervasive.datarush.azure
Methods in com.pervasive.datarush.azure that return AzureFilePath Modifier and Type Method Description AzureFilePath
AbstractAzureClient. createDirectory(AzureFilePath path)
AzureFilePath
AzureClient. createDirectory(AzureFilePath path)
Methods in com.pervasive.datarush.azure with parameters of type AzureFilePath Modifier and Type Method Description AzureFilePath
AbstractAzureClient. createDirectory(AzureFilePath path)
AzureFilePath
AzureClient. createDirectory(AzureFilePath path)
boolean
AbstractAzureClient. createNewFile(AzureFilePath path)
boolean
AzureClient. createNewFile(AzureFilePath path)
void
AbstractAzureClient. delete(AzureFilePath path, boolean recursively)
void
AzureClient. delete(AzureFilePath path, boolean recursively)
boolean
AbstractAzureClient. exists(AzureFilePath path)
boolean
AzureClient. exists(AzureFilePath path)
abstract PathDetails
AbstractAzureClient. getDetails(AzureFilePath path)
PathDetails
AzureClient. getDetails(AzureFilePath path)
protected abstract List<PathDetails>
AbstractAzureClient. listBlobs(AzureFilePath path)
protected abstract List<PathDetails>
AbstractAzureClient. listContainers(AzureFilePath path)
List<PathDetails>
AbstractAzureClient. listDirectory(AzureFilePath path)
List<PathDetails>
AzureClient. listDirectory(AzureFilePath path)
abstract boolean
AbstractAzureClient. move(AzureFilePath from, AzureFilePath to)
boolean
AzureClient. move(AzureFilePath from, AzureFilePath to)
abstract InputStream
AbstractAzureClient. newInputStream(AzureFilePath path)
abstract SplitInputStream
AbstractAzureClient. newInputStream(AzureFilePath path, long start, long length, int buffer)
InputStream
AzureClient. newInputStream(AzureFilePath path)
abstract OutputStream
AbstractAzureClient. newOutputStream(AzureFilePath path)
OutputStream
AzureClient. newOutputStream(AzureFilePath path)
com.pervasive.datarush.azure.FileState
AbstractAzureClient. whatIsThis(AzureFilePath path)
com.pervasive.datarush.azure.FileState
AzureClient. whatIsThis(AzureFilePath path)
Constructors in com.pervasive.datarush.azure with parameters of type AzureFilePath Constructor Description AzureFileSplit(AzureFilePath path)
AzureFileSplit(AzureFilePath path, long start, long length)
AzureFileSplit(AzureFilePath path, long start, long length, FileClient client)
-