Uses of Class
com.pervasive.datarush.azure.AzureFilePath
Packages that use AzureFilePath
-
Uses of AzureFilePath in com.pervasive.datarush.azure
Methods in com.pervasive.datarush.azure that return AzureFilePathModifier and TypeMethodDescriptionAbstractAzureClient.createDirectory(AzureFilePath path) AzureClient.createDirectory(AzureFilePath path) Methods in com.pervasive.datarush.azure with parameters of type AzureFilePathModifier and TypeMethodDescriptionAbstractAzureClient.createDirectory(AzureFilePath path) AzureClient.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) AzureClient.getDetails(AzureFilePath path) protected abstract List<PathDetails>AbstractAzureClient.listBlobs(AzureFilePath path) protected abstract List<PathDetails>AbstractAzureClient.listContainers(AzureFilePath path) AbstractAzureClient.listDirectory(AzureFilePath path) 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) AzureClient.newInputStream(AzureFilePath path) abstract OutputStreamAbstractAzureClient.newOutputStream(AzureFilePath path) AzureClient.newOutputStream(AzureFilePath path) AbstractAzureClient.whatIsThis(AzureFilePath path) AzureClient.whatIsThis(AzureFilePath path) Constructors in com.pervasive.datarush.azure with parameters of type AzureFilePathModifierConstructorDescriptionAzureFileSplit(AzureFilePath path) AzureFileSplit(AzureFilePath path, long start, long length) AzureFileSplit(AzureFilePath path, long start, long length, FileClient client)