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 AzureFilePathAbstractAzureClient. createDirectory(AzureFilePath path)AzureFilePathAzureClient. createDirectory(AzureFilePath path)Methods in com.pervasive.datarush.azure with parameters of type AzureFilePath Modifier and Type Method Description AzureFilePathAbstractAzureClient. createDirectory(AzureFilePath path)AzureFilePathAzureClient. createDirectory(AzureFilePath path)booleanAbstractAzureClient. createNewFile(AzureFilePath path)booleanAzureClient. createNewFile(AzureFilePath path)voidAbstractAzureClient. delete(AzureFilePath path, boolean recursively)voidAzureClient. delete(AzureFilePath path, boolean recursively)booleanAbstractAzureClient. exists(AzureFilePath path)booleanAzureClient. exists(AzureFilePath path)abstract PathDetailsAbstractAzureClient. getDetails(AzureFilePath path)PathDetailsAzureClient. 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 booleanAbstractAzureClient. move(AzureFilePath from, AzureFilePath to)booleanAzureClient. move(AzureFilePath from, AzureFilePath to)abstract InputStreamAbstractAzureClient. newInputStream(AzureFilePath path)abstract SplitInputStreamAbstractAzureClient. newInputStream(AzureFilePath path, long start, long length, int buffer)InputStreamAzureClient. newInputStream(AzureFilePath path)abstract OutputStreamAbstractAzureClient. newOutputStream(AzureFilePath path)OutputStreamAzureClient. newOutputStream(AzureFilePath path)com.pervasive.datarush.azure.FileStateAbstractAzureClient. whatIsThis(AzureFilePath path)com.pervasive.datarush.azure.FileStateAzureClient. 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)
-