Package | Description |
---|---|
com.microsoft.azure.datalake.store |
The main Azure Data Lake Store SDK classes.
|
Modifier and Type | Method and Description |
---|---|
DirectoryEntry |
ADLStoreClient.getDirectoryEntry(String path)
Gets the directory metadata about this file or directory.
|
DirectoryEntry |
ADLStoreClient.getDirectoryEntry(String path,
UserGroupRepresentation oidOrUpn)
Gets the directory metadata about this file or directory.
|
static DirectoryEntry |
Core.getFileStatus(String path,
ADLStoreClient client,
RequestOptions opts,
OperationResponse resp)
Gets the directory metadata associated with a file or directory.
|
static DirectoryEntry |
Core.getFileStatus(String path,
UserGroupRepresentation oidOrUpn,
ADLStoreClient client,
RequestOptions opts,
OperationResponse resp)
Gets the directory metadata associated with a file or directory.
|
Modifier and Type | Method and Description |
---|---|
List<DirectoryEntry> |
ADLStoreClient.enumerateDirectory(String path)
Enumerates the contents of a directory, returning a
List of DirectoryEntry objects,
one per file or directory in the specified directory. |
List<DirectoryEntry> |
ADLStoreClient.enumerateDirectory(String path,
int maxEntriesToRetrieve)
Enumerates the contents of a directory, returning a
List of DirectoryEntry objects,
one per file or directory in the specified directory. |
List<DirectoryEntry> |
ADLStoreClient.enumerateDirectory(String path,
int maxEntriesToRetrieve,
String startAfter)
Enumerates the contents of a directory, returning a
List of DirectoryEntry objects,
one per file or directory in the specified directory. |
List<DirectoryEntry> |
ADLStoreClient.enumerateDirectory(String path,
int maxEntriesToRetrieve,
String startAfter,
String endBefore)
Enumerates the contents of a directory, returning a
List of DirectoryEntry objects,
one per file or directory in the specified directory. |
List<DirectoryEntry> |
ADLStoreClient.enumerateDirectory(String path,
int maxEntriesToRetrieve,
String startAfter,
String endBefore,
UserGroupRepresentation oidOrUpn)
Enumerates the contents of a directory, returning a
List of DirectoryEntry objects,
one per file or directory in the specified directory. |
List<DirectoryEntry> |
ADLStoreClient.enumerateDirectory(String path,
String startAfter)
Enumerates the contents of a directory, returning a
List of DirectoryEntry objects,
one per file or directory in the specified directory. |
List<DirectoryEntry> |
ADLStoreClient.enumerateDirectory(String path,
String startAfter,
String endBefore)
Enumerates the contents of a directory, returning a
List of DirectoryEntry objects,
one per file or directory in the specified directory. |
List<DirectoryEntry> |
ADLStoreClient.enumerateDirectory(String path,
UserGroupRepresentation oidOrUpn)
Enumerates the contents of a directory, returning a
List of DirectoryEntry objects,
one per file or directory in the specified directory. |
static List<DirectoryEntry> |
Core.listStatus(String path,
String listAfter,
String listBefore,
int listSize,
ADLStoreClient client,
RequestOptions opts,
OperationResponse resp)
enumerates the contents of a direcotry, returning a
List of DirectoryEntry objects,
one per file or directory in the specified directory. |
static List<DirectoryEntry> |
Core.listStatus(String path,
String listAfter,
String listBefore,
int listSize,
UserGroupRepresentation oidOrUpn,
ADLStoreClient client,
RequestOptions opts,
OperationResponse resp)
enumerates the contents of a direcotry, returning a
List of DirectoryEntry objects,
one per file or directory in the specified directory. |
Copyright © 2019 Microsoft Corporation. All rights reserved.