Skip navigation links
A B C D E F G H I L M N O P Q R S T U V W 

A

accessToken - Variable in class com.microsoft.azure.datalake.store.oauth2.AzureADToken
 
accessToken - Variable in class com.microsoft.azure.datalake.store.oauth2.RefreshTokenInfo
 
accessTokenExpiry - Variable in class com.microsoft.azure.datalake.store.oauth2.RefreshTokenInfo
 
AccessTokenProvider - Class in com.microsoft.azure.datalake.store.oauth2
Returns an Azure Active Directory token when requested.
AccessTokenProvider() - Constructor for class com.microsoft.azure.datalake.store.oauth2.AccessTokenProvider
 
AclAction - Enum in com.microsoft.azure.datalake.store.acl
Specifies the possible combinations of actions allowed in an ACL.
aclBit - Variable in class com.microsoft.azure.datalake.store.DirectoryEntry
boolean indicating whether file has ACLs set on it.
AclEntry - Class in com.microsoft.azure.datalake.store.acl
Contains one ACL entry.
AclEntry() - Constructor for class com.microsoft.azure.datalake.store.acl.AclEntry
 
AclEntry(AclScope, AclType, String, AclAction) - Constructor for class com.microsoft.azure.datalake.store.acl.AclEntry
creates and Acl Entry from the supplied scope, type, name and action
aclListToString(List<AclEntry>) - Static method in class com.microsoft.azure.datalake.store.acl.AclEntry
converts a List<AclEntry> to its posix aclspec string form
aclListToString(List<AclEntry>, boolean) - Static method in class com.microsoft.azure.datalake.store.acl.AclEntry
converts a List<AclEntry> to its posix aclspec string form.
AclScope - Enum in com.microsoft.azure.datalake.store.acl
The scope of an ACL Entry (access or default).
aclSpec - Variable in class com.microsoft.azure.datalake.store.acl.AclStatus
List<AclEntry> containing the list of Acl entries for a file
AclStatus - Class in com.microsoft.azure.datalake.store.acl
Object returned by the ADLStoreClient.getAclStatus(String) getAclStatus} call, that contains the Acl and Permission information for that file or directory.
AclStatus() - Constructor for class com.microsoft.azure.datalake.store.acl.AclStatus
 
AclType - Enum in com.microsoft.azure.datalake.store.acl
Type of Acl entry (user, group, other, or mask).
action - Variable in class com.microsoft.azure.datalake.store.acl.AclEntry
AclAction enum specifying the action permitted by this Acl entry.
add(String, String) - Method in class com.microsoft.azure.datalake.store.QueryParams
 
ADLException - Exception in com.microsoft.azure.datalake.store
Exception type returned by Azure Data Lake SDK methods.
ADLException(String) - Constructor for exception com.microsoft.azure.datalake.store.ADLException
 
ADLException(String, Throwable) - Constructor for exception com.microsoft.azure.datalake.store.ADLException
 
ADLFileInputStream - Class in com.microsoft.azure.datalake.store
ADLFileInputStream can be used to read data from an open file on ADL.
ADLFileOutputStream - Class in com.microsoft.azure.datalake.store
ADLFileOutputStream is used to add data to an Azure Data Lake File.
ADLStoreClient - Class in com.microsoft.azure.datalake.store
ADLStoreClient class represents a client to Azure Data Lake.
ADLStoreOptions - Class in com.microsoft.azure.datalake.store
Options to configure the behavior of ADLStoreClient
ADLStoreOptions() - Constructor for class com.microsoft.azure.datalake.store.ADLStoreOptions
 
alterCipherSuits(boolean) - Method in class com.microsoft.azure.datalake.store.ADLStoreOptions
Java 1.8 version with GCM cipher suite does not use hardware acceleration.
append(String, long, byte[], int, int, String, String, SyncFlag, ADLStoreClient, RequestOptions, OperationResponse) - Static method in class com.microsoft.azure.datalake.store.Core
append bytes to an existing file created with Core.create(String, boolean, String, byte[], int, int, String, String, boolean, SyncFlag, ADLStoreClient, RequestOptions, OperationResponse) (String, boolean, String, byte[], int, int, String, String, boolean, boolean, ADLStoreClient, RequestOptions, OperationResponse) create}.
available() - Method in class com.microsoft.azure.datalake.store.ADLFileInputStream
returns the remaining number of bytes available to read from the buffer, without having to call the server
AzureADAuthenticator - Class in com.microsoft.azure.datalake.store.oauth2
This class provides convenience methods to obtain AAD tokens.
AzureADAuthenticator() - Constructor for class com.microsoft.azure.datalake.store.oauth2.AzureADAuthenticator
 
AzureADToken - Class in com.microsoft.azure.datalake.store.oauth2
Object represnting the AAD access token to use when making HTTP requests to Azure Data Lake Storage.
AzureADToken() - Constructor for class com.microsoft.azure.datalake.store.oauth2.AzureADToken
 

B

blocksize - Variable in class com.microsoft.azure.datalake.store.DirectoryEntry
Block size reported by server.

C

checkAccess(String, String) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
checks whether the calling user has the required permissions for the file/directory .
checkAccess(String, String, ADLStoreClient, RequestOptions, OperationResponse) - Static method in class com.microsoft.azure.datalake.store.Core
checks whether the calling user has the required permissions for the file.
checkExists(String) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
Check that a file or directory exists.
ClientCredsTokenProvider - Class in com.microsoft.azure.datalake.store.oauth2
Provides tokens based on client credentials
ClientCredsTokenProvider(String, String, String) - Constructor for class com.microsoft.azure.datalake.store.oauth2.ClientCredsTokenProvider
constructs a token provider based on supplied credentials.
close() - Method in class com.microsoft.azure.datalake.store.ADLFileInputStream
 
close() - Method in class com.microsoft.azure.datalake.store.ADLFileOutputStream
 
com.microsoft.azure.datalake.store - package com.microsoft.azure.datalake.store
The main Azure Data Lake Store SDK classes.
com.microsoft.azure.datalake.store.acl - package com.microsoft.azure.datalake.store.acl
Objects used for ACLs.
com.microsoft.azure.datalake.store.oauth2 - package com.microsoft.azure.datalake.store.oauth2
Classes to help fetch and manage Azure ActiveDirectory tokens
com.microsoft.azure.datalake.store.retrypolicies - package com.microsoft.azure.datalake.store.retrypolicies
All the retry policies.
concat(String, List<String>, ADLStoreClient, RequestOptions, OperationResponse) - Static method in class com.microsoft.azure.datalake.store.Core
Concatenate the specified list of files into the target filename.
concat(String, List<String>, ADLStoreClient, boolean, RequestOptions, OperationResponse) - Static method in class com.microsoft.azure.datalake.store.Core
Concatenate the specified list of files into the target filename.
concatenateFiles(String, List<String>) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
Concatenate the specified list of files into this file.
concurrentAppend(String, byte[], int, int, boolean, ADLStoreClient, RequestOptions, OperationResponse) - Static method in class com.microsoft.azure.datalake.store.Core
append bytes to a file.
ContentSummary - Class in com.microsoft.azure.datalake.store
structure that contains the return values from getContentSummary call.
ContentSummary(long, long, long, long) - Constructor for class com.microsoft.azure.datalake.store.ContentSummary
 
Core - Class in com.microsoft.azure.datalake.store
protocol.Core class implements the calls for the RESP API.
create(String, boolean, String, byte[], int, int, String, String, boolean, SyncFlag, ADLStoreClient, RequestOptions, OperationResponse) - Static method in class com.microsoft.azure.datalake.store.Core
create a file and write to it.
createClient(String, AzureADToken) - Static method in class com.microsoft.azure.datalake.store.ADLStoreClient
gets an ADLStoreClient object.
createClient(String, String) - Static method in class com.microsoft.azure.datalake.store.ADLStoreClient
gets an ADLStoreClient object.
createClient(String, AccessTokenProvider) - Static method in class com.microsoft.azure.datalake.store.ADLStoreClient
gets an ADLStoreClient object.
createClient(String, ClientCredsTokenProvider) - Static method in class com.microsoft.azure.datalake.store.ADLStoreClient
gets an ADLStoreClient object.
createClient(String, RefreshTokenBasedTokenProvider) - Static method in class com.microsoft.azure.datalake.store.ADLStoreClient
gets an ADLStoreClient object.
createClient(String, UserPasswordTokenProvider) - Static method in class com.microsoft.azure.datalake.store.ADLStoreClient
gets an ADLStoreClient object.
createClient(String, DeviceCodeTokenProvider) - Static method in class com.microsoft.azure.datalake.store.ADLStoreClient
gets an ADLStoreClient object.
createClient(String, MsiTokenProvider) - Static method in class com.microsoft.azure.datalake.store.ADLStoreClient
gets an ADLStoreClient object.
createDirectory(String) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
creates a directory, and all it's parent directories if they dont already exist.
createDirectory(String, String) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
creates a directory, and all it's parent directories if they dont already exist.
createEmptyFile(String) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
Creates an empty file.
createFile(String, IfExists) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
create a file.
createFile(String, IfExists, String, boolean) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
create a file.
createSocket() - Method in class com.microsoft.azure.datalake.store.SSLSocketFactoryEx
 
createSocket(Socket, String, int, boolean) - Method in class com.microsoft.azure.datalake.store.SSLSocketFactoryEx
 
createSocket(InetAddress, int, InetAddress, int) - Method in class com.microsoft.azure.datalake.store.SSLSocketFactoryEx
 
createSocket(String, int, InetAddress, int) - Method in class com.microsoft.azure.datalake.store.SSLSocketFactoryEx
 
createSocket(InetAddress, int) - Method in class com.microsoft.azure.datalake.store.SSLSocketFactoryEx
 
createSocket(String, int) - Method in class com.microsoft.azure.datalake.store.SSLSocketFactoryEx
 

D

delete(String) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
delete the file or directory.
delete(String, boolean, ADLStoreClient, RequestOptions, OperationResponse) - Static method in class com.microsoft.azure.datalake.store.Core
delete a file or directory from Azure Data Lake.
deleteRecursive(String) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
deletes a directory and all it's child directories and files recursively.
DeviceCodeTokenProvider - Class in com.microsoft.azure.datalake.store.oauth2
Enables interactive login in non-browser based contexts.
DeviceCodeTokenProvider(String) - Constructor for class com.microsoft.azure.datalake.store.oauth2.DeviceCodeTokenProvider
Prompts user to log in and constructs a tokenProvider based on the refresh token obtained from the login.
DeviceCodeTokenProvider(String, DeviceCodeCallback) - Constructor for class com.microsoft.azure.datalake.store.oauth2.DeviceCodeTokenProvider
Prompts user to log in and constructs a tokenProvider based on the refresh token obtained from the login.
directoryCount - Variable in class com.microsoft.azure.datalake.store.ContentSummary
number of subdirectories under a directory
DirectoryEntry - Class in com.microsoft.azure.datalake.store
filesystem metadata of a directory enrty (a file or a directory) in ADL.
DirectoryEntry(String, String, long, String, String, Date, Date, DirectoryEntryType, long, int, String, boolean, Date) - Constructor for class com.microsoft.azure.datalake.store.DirectoryEntry
 
DirectoryEntryType - Enum in com.microsoft.azure.datalake.store
enum to indicate whether a directory entry is a file or a directory.
disable() - Static method in class com.microsoft.azure.datalake.store.LatencyTracker
Disable reporting of client-perceived latency stats to the server.

E

enableThrowingRemoteExceptions() - Method in class com.microsoft.azure.datalake.store.ADLStoreOptions
Throw server-returned exception name instead of ADLExcetption.
enumerateDirectory(String) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
Enumerates the contents of a directory, returning a List of DirectoryEntry objects, one per file or directory in the specified directory.
enumerateDirectory(String, UserGroupRepresentation) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
Enumerates the contents of a directory, returning a List of DirectoryEntry objects, one per file or directory in the specified directory.
enumerateDirectory(String, int) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
Enumerates the contents of a directory, returning a List of DirectoryEntry objects, one per file or directory in the specified directory.
enumerateDirectory(String, String) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
Enumerates the contents of a directory, returning a List of DirectoryEntry objects, one per file or directory in the specified directory.
enumerateDirectory(String, int, String) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
Enumerates the contents of a directory, returning a List of DirectoryEntry objects, one per file or directory in the specified directory.
enumerateDirectory(String, String, String) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
Enumerates the contents of a directory, returning a List of DirectoryEntry objects, one per file or directory in the specified directory.
enumerateDirectory(String, int, String, String) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
Enumerates the contents of a directory, returning a List of DirectoryEntry objects, one per file or directory in the specified directory.
enumerateDirectory(String, int, String, String, UserGroupRepresentation) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
Enumerates the contents of a directory, returning a List of DirectoryEntry objects, one per file or directory in the specified directory.
ex - Variable in class com.microsoft.azure.datalake.store.OperationResponse
exceptions encountered when processing the request or response
exceptionHistory - Variable in class com.microsoft.azure.datalake.store.OperationResponse
Comma-separated list of exceptions encountered but not thrown by this call.
expiry - Variable in class com.microsoft.azure.datalake.store.oauth2.AzureADToken
 
ExpiryOption - Enum in com.microsoft.azure.datalake.store
Enum specifying how to interpret the expiry time specified in setExpiry call.
expiryTime - Variable in class com.microsoft.azure.datalake.store.DirectoryEntry
Date+time at which the file expires, as UTC time.
ExponentialBackoffPolicy - Class in com.microsoft.azure.datalake.store.retrypolicies
implements different retry decisions based on the error.
ExponentialBackoffPolicy() - Constructor for class com.microsoft.azure.datalake.store.retrypolicies.ExponentialBackoffPolicy
 
ExponentialBackoffPolicy(int, int, int) - Constructor for class com.microsoft.azure.datalake.store.retrypolicies.ExponentialBackoffPolicy
 
ExponentialBackoffPolicy(int, int, int, int) - Constructor for class com.microsoft.azure.datalake.store.retrypolicies.ExponentialBackoffPolicy
 
ExponentialBackoffPolicyforMSI - Class in com.microsoft.azure.datalake.store.retrypolicies
implements different retry decisions based on the error.
ExponentialBackoffPolicyforMSI() - Constructor for class com.microsoft.azure.datalake.store.retrypolicies.ExponentialBackoffPolicyforMSI
 
ExponentialBackoffPolicyforMSI(int, int, int) - Constructor for class com.microsoft.azure.datalake.store.retrypolicies.ExponentialBackoffPolicyforMSI
Implements Exponential backoff policy, with error condition checks specific to MSI

F

fileCount - Variable in class com.microsoft.azure.datalake.store.ContentSummary
number of files under a directory
flush() - Method in class com.microsoft.azure.datalake.store.ADLFileOutputStream
 
fromOctal(int) - Static method in enum com.microsoft.azure.datalake.store.acl.AclAction
Returns an AclAction enum value represented by the supplied Octal digit
fromRwx(String) - Static method in enum com.microsoft.azure.datalake.store.acl.AclAction
Returns an AclAction enum value represented by the supplied Unix rwx permission string
fullName - Variable in class com.microsoft.azure.datalake.store.DirectoryEntry
the full path of the directory enrty.

G

getAclStatus(String) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
Queries the ACLs and permissions for a file or directory.
getAclStatus(String, UserGroupRepresentation) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
Queries the ACLs and permissions for a file or directory.
getAclStatus(String, ADLStoreClient, RequestOptions, OperationResponse) - Static method in class com.microsoft.azure.datalake.store.Core
Gets the current ACLs and permissions associated with a file or directory.
getAclStatus(String, UserGroupRepresentation, ADLStoreClient, RequestOptions, OperationResponse) - Static method in class com.microsoft.azure.datalake.store.Core
Gets the current ACLs and permissions associated with a file or directory.
getAppendStream(String) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
appends to an existing file.
getContentSummary(String) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
Gets the content summary of a file or directory.
getContentSummary(String, ADLStoreClient, RequestOptions, OperationResponse) - Static method in class com.microsoft.azure.datalake.store.Core
Gets the content summary of a file or directory.
getDefaultCipherSuites() - Method in class com.microsoft.azure.datalake.store.SSLSocketFactoryEx
 
getDefaultFactory(SSLSocketFactoryEx.SSLChannelMode) - Static method in class com.microsoft.azure.datalake.store.SSLSocketFactoryEx
 
getDefaultTimeout() - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
gets the default timeout for HTTP calls made by methods in ADLStoreClient objects
getDirectoryEntry(String) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
Gets the directory metadata about this file or directory.
getDirectoryEntry(String, UserGroupRepresentation) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
Gets the directory metadata about this file or directory.
getExceptionFromResponse(OperationResponse, String) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
getFilename() - Method in class com.microsoft.azure.datalake.store.ADLFileInputStream
 
getFileStatus(String, ADLStoreClient, RequestOptions, OperationResponse) - Static method in class com.microsoft.azure.datalake.store.Core
Gets the directory metadata associated with a file or directory.
getFileStatus(String, UserGroupRepresentation, ADLStoreClient, RequestOptions, OperationResponse) - Static method in class com.microsoft.azure.datalake.store.Core
Gets the directory metadata associated with a file or directory.
getPos() - Method in class com.microsoft.azure.datalake.store.ADLFileInputStream
gets the position of the cursor within the file
getReadStream(String) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
Opens a file for read and returns an ADLFileInputStream to read the file contents from.
getRefreshToken() - Method in class com.microsoft.azure.datalake.store.oauth2.DeviceCodeTokenProvider
 
getSSLChannelMode() - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
gets the SSL Channel mode for HTTPS calls made by methods in ADLStoreClient objects
getSupportedCipherSuites() - Method in class com.microsoft.azure.datalake.store.SSLSocketFactoryEx
 
getToken() - Method in class com.microsoft.azure.datalake.store.oauth2.AccessTokenProvider
returns the AzureADToken cached (or retrieved) by this instance.
getTokenFromMsi(int, String) - Static method in class com.microsoft.azure.datalake.store.oauth2.AzureADAuthenticator
Deprecated.
Deprecated, use the other overloads instead. With the change to the way MSI is done in Azure Active Directory, the parameters on this call (localPort) are not relevant anymore.
getTokenFromMsi(String, String, boolean) - Static method in class com.microsoft.azure.datalake.store.oauth2.AzureADAuthenticator
Gets AAD token from the local virtual machine's VM extension.
getTokenUsingClientCreds(String, String, String) - Static method in class com.microsoft.azure.datalake.store.oauth2.AzureADAuthenticator
gets Azure Active Directory token using the user ID and password of a service principal (that is, Web App in Azure Active Directory).
getTokenUsingRefreshToken(String, String) - Static method in class com.microsoft.azure.datalake.store.oauth2.AzureADAuthenticator
gets Azure Active Directory token using refresh token
getTokenUsingUserCreds(String, String, String) - Static method in class com.microsoft.azure.datalake.store.oauth2.AzureADAuthenticator
Deprecated.
Due to security concerns with user ID and password,this auth method is deprecated. Please use device code authentication instead for interactive user-based authentication.

getUserAgent() - Method in class com.microsoft.azure.datalake.store.SSLSocketFactoryEx
 
group - Variable in class com.microsoft.azure.datalake.store.acl.AclStatus
String containing the ID of the group that owns this file
group - Variable in class com.microsoft.azure.datalake.store.DirectoryEntry
the ID of the group that owns this file/directory.

H

httpResponseCode - Variable in exception com.microsoft.azure.datalake.store.ADLException
the HTTP response code returned by the server
httpResponseCode - Variable in class com.microsoft.azure.datalake.store.OperationResponse
the HTTP response code from the call
httpResponseMessage - Variable in exception com.microsoft.azure.datalake.store.ADLException
The HTTP response message
httpResponseMessage - Variable in class com.microsoft.azure.datalake.store.OperationResponse
the message that came with the HTTP response

I

IfExists - Enum in com.microsoft.azure.datalake.store
Enum specifying actions to take if attempting to create a file that already exists.
isValidOctal(String) - Static method in class com.microsoft.azure.datalake.store.Core
 
isValidRwx(String) - Static method in enum com.microsoft.azure.datalake.store.acl.AclAction
Checks to see if the supplied string is a valid unix rwx permission string

L

lastAccessTime - Variable in class com.microsoft.azure.datalake.store.DirectoryEntry
the timestamp of the last time the file was accessed
lastCallLatency - Variable in exception com.microsoft.azure.datalake.store.ADLException
the latency of the call.
lastCallLatency - Variable in class com.microsoft.azure.datalake.store.OperationResponse
the latency of the last try, in milliseconds
lastModifiedTime - Variable in class com.microsoft.azure.datalake.store.DirectoryEntry
the timestamp of the last time the file was modified
LatencyTracker - Class in com.microsoft.azure.datalake.store
LatencyTracker keeps track of client-preceived request latencies, to be reported on the next REST request.
length() - Method in class com.microsoft.azure.datalake.store.ADLFileInputStream
Returns the length of the file that this stream refers to.
length - Variable in class com.microsoft.azure.datalake.store.ContentSummary
length of file
length - Variable in class com.microsoft.azure.datalake.store.DirectoryEntry
the length of a file.
listStatus(String, String, String, int, ADLStoreClient, RequestOptions, OperationResponse) - Static method in class com.microsoft.azure.datalake.store.Core
enumerates the contents of a direcotry, returning a List of DirectoryEntry objects, one per file or directory in the specified directory.
listStatus(String, String, String, int, UserGroupRepresentation, ADLStoreClient, RequestOptions, OperationResponse) - Static method in class com.microsoft.azure.datalake.store.Core
enumerates the contents of a direcotry, returning a List of DirectoryEntry objects, one per file or directory in the specified directory.

M

mark(int) - Method in class com.microsoft.azure.datalake.store.ADLFileInputStream
Not supported by this stream.
markSupported() - Method in class com.microsoft.azure.datalake.store.ADLFileInputStream
gets whether mark and reset are supported by ADLFileInputStream.
message - Variable in class com.microsoft.azure.datalake.store.OperationResponse
error message, used for errors that originate within the SDK
mkdirs(String, String, ADLStoreClient, RequestOptions, OperationResponse) - Static method in class com.microsoft.azure.datalake.store.Core
creates a directory, and all it's parent directories if they dont exist.
modifyAclEntries(String, List<AclEntry>) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
Modify the acl entries for a file or directory.
modifyAclEntries(String, String, ADLStoreClient, RequestOptions, OperationResponse) - Static method in class com.microsoft.azure.datalake.store.Core
Modify the acl entries for a file or directory.
modifyAclEntries(String, List<AclEntry>, ADLStoreClient, RequestOptions, OperationResponse) - Static method in class com.microsoft.azure.datalake.store.Core
Modify the acl entries for a file or directory.
MsiTokenProvider - Class in com.microsoft.azure.datalake.store.oauth2
Provides tokens based on Azure VM's Managed Service Identity
MsiTokenProvider() - Constructor for class com.microsoft.azure.datalake.store.oauth2.MsiTokenProvider
Constructs a token provider that fetches tokens from the MSI token-service running on an Azure IaaS VM.
MsiTokenProvider(int) - Constructor for class com.microsoft.azure.datalake.store.oauth2.MsiTokenProvider
Deprecated.
localPort is not relevant anymore in the new MSI mechanism
MsiTokenProvider(int, String) - Constructor for class com.microsoft.azure.datalake.store.oauth2.MsiTokenProvider
Deprecated.
localPort is not relevant anymore in the new MSI mechanism
MsiTokenProvider(String, String) - Constructor for class com.microsoft.azure.datalake.store.oauth2.MsiTokenProvider
 

N

name - Variable in class com.microsoft.azure.datalake.store.acl.AclEntry
String specifying the name of the user or group associated with this Acl entry.
name - Variable in class com.microsoft.azure.datalake.store.DirectoryEntry
the filename (minus the path) of the direcotry entry
NonIdempotentRetryPolicy - Class in com.microsoft.azure.datalake.store.retrypolicies
No retry ever.
NonIdempotentRetryPolicy() - Constructor for class com.microsoft.azure.datalake.store.retrypolicies.NonIdempotentRetryPolicy
 
NoRetryPolicy - Class in com.microsoft.azure.datalake.store.retrypolicies
No retry ever.
NoRetryPolicy() - Constructor for class com.microsoft.azure.datalake.store.retrypolicies.NoRetryPolicy
 
numRetries - Variable in exception com.microsoft.azure.datalake.store.ADLException
the number of retries attempted before the call failed
numRetries - Variable in class com.microsoft.azure.datalake.store.OperationResponse
the number of retries attempted before returning from the call

O

octalPermissions - Variable in class com.microsoft.azure.datalake.store.acl.AclStatus
Unix permissions for the file/directory in Octal form
opCode - Variable in class com.microsoft.azure.datalake.store.OperationResponse
The WebHDFS opCode of the remote operation
open(String, long, long, String, ADLStoreClient, RequestOptions, OperationResponse) - Static method in class com.microsoft.azure.datalake.store.Core
read from a file.
open(String, long, long, String, boolean, ADLStoreClient, RequestOptions, OperationResponse) - Static method in class com.microsoft.azure.datalake.store.Core
read from a file.
OperationResponse - Class in com.microsoft.azure.datalake.store
information about a response from a server call.
OperationResponse() - Constructor for class com.microsoft.azure.datalake.store.OperationResponse
 
owner - Variable in class com.microsoft.azure.datalake.store.acl.AclStatus
String containing the ID of the owner of the file

P

parseAclEntry(String) - Static method in class com.microsoft.azure.datalake.store.acl.AclEntry
Parses an Acl entry from its posix string form.
parseAclEntry(String, boolean) - Static method in class com.microsoft.azure.datalake.store.acl.AclEntry
Parses a single Acl entry from its posix string form.
parseAclSpec(String) - Static method in class com.microsoft.azure.datalake.store.acl.AclEntry
parses a posix acl spec string into a List of AclEntrys.
permission - Variable in class com.microsoft.azure.datalake.store.DirectoryEntry
the unix-style permission string for this file or directory

Q

QueryParams - Class in com.microsoft.azure.datalake.store
Internal class for SDK's internal use.
QueryParams() - Constructor for class com.microsoft.azure.datalake.store.QueryParams
 

R

read() - Method in class com.microsoft.azure.datalake.store.ADLFileInputStream
 
read(byte[]) - Method in class com.microsoft.azure.datalake.store.ADLFileInputStream
 
read(byte[], int, int) - Method in class com.microsoft.azure.datalake.store.ADLFileInputStream
 
read(long, byte[], int, int) - Method in class com.microsoft.azure.datalake.store.ADLFileInputStream
Read upto the specified number of bytes, from a given position within a file, and return the number of bytes read.
readFromService() - Method in class com.microsoft.azure.datalake.store.ADLFileInputStream
Read from service attempts to read blocksize bytes from service.
refreshToken() - Method in class com.microsoft.azure.datalake.store.oauth2.AccessTokenProvider
the method to fetch the access token.
refreshToken() - Method in class com.microsoft.azure.datalake.store.oauth2.ClientCredsTokenProvider
 
refreshToken() - Method in class com.microsoft.azure.datalake.store.oauth2.DeviceCodeTokenProvider
 
refreshToken() - Method in class com.microsoft.azure.datalake.store.oauth2.MsiTokenProvider
 
refreshToken() - Method in class com.microsoft.azure.datalake.store.oauth2.RefreshTokenBasedTokenProvider
 
refreshToken - Variable in class com.microsoft.azure.datalake.store.oauth2.RefreshTokenInfo
 
refreshToken() - Method in class com.microsoft.azure.datalake.store.oauth2.UserPasswordTokenProvider
 
RefreshTokenBasedTokenProvider - Class in com.microsoft.azure.datalake.store.oauth2
Provides tokens based on refresh token
RefreshTokenBasedTokenProvider(String) - Constructor for class com.microsoft.azure.datalake.store.oauth2.RefreshTokenBasedTokenProvider
constructs a token provider based on the refresh token provided
RefreshTokenBasedTokenProvider(String, String) - Constructor for class com.microsoft.azure.datalake.store.oauth2.RefreshTokenBasedTokenProvider
constructs a token provider based on the refresh token provided
RefreshTokenBasedTokenProvider(String, RefreshTokenInfo) - Constructor for class com.microsoft.azure.datalake.store.oauth2.RefreshTokenBasedTokenProvider
constructs a token provider based on the refresh token provided
RefreshTokenInfo - Class in com.microsoft.azure.datalake.store.oauth2
Information about the refresh token, and the associated access token
RefreshTokenInfo() - Constructor for class com.microsoft.azure.datalake.store.oauth2.RefreshTokenInfo
 
remoteExceptionJavaClassName - Variable in exception com.microsoft.azure.datalake.store.ADLException
The remote exception's java class name returned by the server in an HTTP error message.
remoteExceptionJavaClassName - Variable in class com.microsoft.azure.datalake.store.OperationResponse
the exception's Java Class Name as reported by the server, if the call failed on server This is there for WebHDFS compatibility.
remoteExceptionMessage - Variable in exception com.microsoft.azure.datalake.store.ADLException
The remote exception message returned by the server in an HTTP error message.
remoteExceptionMessage - Variable in class com.microsoft.azure.datalake.store.OperationResponse
the exception message as reported by the server, if the call failed on server
remoteExceptionName - Variable in exception com.microsoft.azure.datalake.store.ADLException
The remote exception name returned by the server in an HTTP error message.
remoteExceptionName - Variable in class com.microsoft.azure.datalake.store.OperationResponse
the exception name as reported by the server, if the call failed on server
removeAcl(String, ADLStoreClient, RequestOptions, OperationResponse) - Static method in class com.microsoft.azure.datalake.store.Core
removes all acl entries from a file or directory.
removeAclEntries(String, List<AclEntry>) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
Removes the specified ACL entries from a file or directory.
removeAclEntries(String, String, ADLStoreClient, RequestOptions, OperationResponse) - Static method in class com.microsoft.azure.datalake.store.Core
Removes the specified ACL entries from a file or directory.
removeAclEntries(String, List<AclEntry>, ADLStoreClient, RequestOptions, OperationResponse) - Static method in class com.microsoft.azure.datalake.store.Core
Removes the specified ACL entries from a file or directory.
removeAllAcls(String) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
Removes all acl entries from a file or directory.
removeDefaultAcl(String, ADLStoreClient, RequestOptions, OperationResponse) - Static method in class com.microsoft.azure.datalake.store.Core
removes all default acl entries from a directory.
removeDefaultAcls(String) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
removes all default acl entries from a directory.
rename(String, String) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
rename a file or directory.
rename(String, String, boolean) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
rename a file or directory.
rename(String, String, boolean, ADLStoreClient, RequestOptions, OperationResponse) - Static method in class com.microsoft.azure.datalake.store.Core
rename a file.
replicationFactor - Variable in class com.microsoft.azure.datalake.store.DirectoryEntry
Replication Factor reported by server.
requestId - Variable in exception com.microsoft.azure.datalake.store.ADLException
The Server request ID
requestId - Variable in class com.microsoft.azure.datalake.store.OperationResponse
the server request ID.
requestid - Variable in class com.microsoft.azure.datalake.store.RequestOptions
the client request ID.
RequestOptions - Class in com.microsoft.azure.datalake.store
common options to control the behavior of server calls
RequestOptions() - Constructor for class com.microsoft.azure.datalake.store.RequestOptions
 
reset() - Method in class com.microsoft.azure.datalake.store.ADLFileInputStream
Not supported by this stream.
reset() - Method in class com.microsoft.azure.datalake.store.OperationResponse
Reset response object to initial state
responseChunked - Variable in class com.microsoft.azure.datalake.store.OperationResponse
indicates whether HTTP body used chunked for Transfer-Encoding of the response
responseContentLength - Variable in exception com.microsoft.azure.datalake.store.ADLException
The content length of the response, if the response contained one.
responseContentLength - Variable in class com.microsoft.azure.datalake.store.OperationResponse
Content-Length of the returned HTTP body (if return was not chunked).
responseStream - Variable in class com.microsoft.azure.datalake.store.OperationResponse
for methods that return data from server, this field contains the ADLFileInputStream.
retryPolicy - Variable in class com.microsoft.azure.datalake.store.RequestOptions
the RetryPolicy to use for the request
RetryPolicy - Interface in com.microsoft.azure.datalake.store.retrypolicies
the RetryPolicy controls whether a failed request should be retried, and how long to wait before retrying.

S

scope - Variable in class com.microsoft.azure.datalake.store.acl.AclEntry
AclScope specifying scope of the Acl entry (access or default)
seek(long) - Method in class com.microsoft.azure.datalake.store.ADLFileInputStream
Seek to given position in stream.
serialize() - Method in class com.microsoft.azure.datalake.store.QueryParams
 
setAcl(String, List<AclEntry>) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
Sets the ACLs for a file or directory.
setAcl(String, String, ADLStoreClient, RequestOptions, OperationResponse) - Static method in class com.microsoft.azure.datalake.store.Core
Sets the ACLs for a file or directory.
setAcl(String, List<AclEntry>, ADLStoreClient, RequestOptions, OperationResponse) - Static method in class com.microsoft.azure.datalake.store.Core
Sets the ACLs for a file or directory.
setApiVersion(String) - Method in class com.microsoft.azure.datalake.store.QueryParams
 
setBufferSize(int) - Method in class com.microsoft.azure.datalake.store.ADLFileInputStream
Sets the size of the internal read buffer (default is 4MB).
setBufferSize(int) - Method in class com.microsoft.azure.datalake.store.ADLFileOutputStream
Sets the size of the internal write buffer (default is 4MB).
setDefaultTimeout(int) - Method in class com.microsoft.azure.datalake.store.ADLStoreOptions
sets the default timeout for calls make by methods in ADLStoreClient objects
setEnableConditionalCreate(boolean) - Method in class com.microsoft.azure.datalake.store.ADLStoreOptions
 
setExpiryTime(String, ExpiryOption, long) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
Sets the expiry time on a file.
setExpiryTime(String, ExpiryOption, long, ADLStoreClient, RequestOptions, OperationResponse) - Static method in class com.microsoft.azure.datalake.store.Core
Sets the expiry time on a file.
setFilePathPrefix(String) - Method in class com.microsoft.azure.datalake.store.ADLStoreOptions
Set a prefix that will be prepended to all file paths from this client.
setInsecureTransport() - Method in class com.microsoft.azure.datalake.store.ADLStoreOptions
Use http as transport for back-end calls, instead of https.
setOp(Operation) - Method in class com.microsoft.azure.datalake.store.QueryParams
 
setOptions(ADLStoreOptions) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
Sets the options to configure the behavior of this client.
setOwner(String, String, String) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
sets the owning user and group of the file.
setOwner(String, String, String, ADLStoreClient, RequestOptions, OperationResponse) - Static method in class com.microsoft.azure.datalake.store.Core
sets the owning user and group of the file.
setPermission(String, String) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
Sets the permissions of the specified file ro directory.
setPermission(String, String, ADLStoreClient, RequestOptions, OperationResponse) - Static method in class com.microsoft.azure.datalake.store.Core
Sets the permissions of the specified file ro directory.
setReadAheadQueueDepth(int) - Method in class com.microsoft.azure.datalake.store.ADLFileInputStream
Sets the Queue depth to be used for read-aheads in this stream.
setReadAheadQueueDepth(int) - Method in class com.microsoft.azure.datalake.store.ADLStoreOptions
Sets the default Queue depth to be used for read-aheads in ADLFileInputStream.
setSSLChannelMode(String) - Method in class com.microsoft.azure.datalake.store.ADLStoreOptions
 
setTimes(String, Date, Date) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
sets one or both of the times (Modified and Access time) of the file or directory
setTimes(String, long, long, ADLStoreClient, RequestOptions, OperationResponse) - Static method in class com.microsoft.azure.datalake.store.Core
sets one or both of the times (Modified and Access time) of the file or directory
setUserAgentSuffix(String) - Method in class com.microsoft.azure.datalake.store.ADLStoreOptions
sets the user agent suffix to be added to the User-Agent header in all HTTP requests made to the server.
shouldRetry(int, Exception) - Method in class com.microsoft.azure.datalake.store.retrypolicies.ExponentialBackoffPolicy
 
shouldRetry(int, Exception) - Method in class com.microsoft.azure.datalake.store.retrypolicies.ExponentialBackoffPolicyforMSI
 
shouldRetry(int, Exception) - Method in class com.microsoft.azure.datalake.store.retrypolicies.NonIdempotentRetryPolicy
 
shouldRetry(int, Exception) - Method in class com.microsoft.azure.datalake.store.retrypolicies.NoRetryPolicy
 
shouldRetry(int, Exception) - Method in interface com.microsoft.azure.datalake.store.retrypolicies.RetryPolicy
boolean indicating whether a failed request should be retried.
skip(long) - Method in class com.microsoft.azure.datalake.store.ADLFileInputStream
 
slurpFullFile() - Method in class com.microsoft.azure.datalake.store.ADLFileInputStream
Reads the whole file into buffer.
spaceConsumed - Variable in class com.microsoft.azure.datalake.store.ContentSummary
total space consumed by a directory
SSLSocketFactoryEx - Class in com.microsoft.azure.datalake.store
Extension to use native OpenSSL library instead of JSE for better performance.
SSLSocketFactoryEx(SSLSocketFactoryEx.SSLChannelMode) - Constructor for class com.microsoft.azure.datalake.store.SSLSocketFactoryEx
 
SSLSocketFactoryEx.SSLChannelMode - Enum in com.microsoft.azure.datalake.store
 
stickyBit - Variable in class com.microsoft.azure.datalake.store.acl.AclStatus
Sticky bit (only meaningful for a directory)
successful - Variable in class com.microsoft.azure.datalake.store.OperationResponse
whether the request was successful.
SyncFlag - Enum in com.microsoft.azure.datalake.store
Indicator flags to backend during append.

T

timeout - Variable in class com.microsoft.azure.datalake.store.RequestOptions
the timeout (in milliseconds) to use for the request.
token - Variable in class com.microsoft.azure.datalake.store.oauth2.AccessTokenProvider
 
tokenAcquisitionLatency - Variable in class com.microsoft.azure.datalake.store.OperationResponse
time taken to get the token for this request, in nanoseconds.
toOctal() - Method in enum com.microsoft.azure.datalake.store.acl.AclAction
returns the octal representation of the AclAction
toOctal(AclAction) - Static method in enum com.microsoft.azure.datalake.store.acl.AclAction
static method that returns the octal representation of the supplied AclAction
toString() - Method in enum com.microsoft.azure.datalake.store.acl.AclAction
returns the Unix rwx string representation of the AclAction
toString(AclAction) - Static method in enum com.microsoft.azure.datalake.store.acl.AclAction
static method that returns the Unix rwx string representation of the supplied AclAction
toString() - Method in class com.microsoft.azure.datalake.store.acl.AclEntry
Returns the posix string form of this acl entry.
toString(boolean) - Method in class com.microsoft.azure.datalake.store.acl.AclEntry
Returns the posix string form of this acl entry.
type - Variable in class com.microsoft.azure.datalake.store.acl.AclEntry
AclType specifying the type of the Acl entry (user, group, other or mask)
type - Variable in class com.microsoft.azure.datalake.store.DirectoryEntry
DirectoryEntryType enum indicating whether the object is a file or a directory

U

unbuffer() - Method in class com.microsoft.azure.datalake.store.ADLFileInputStream
invalidates the buffer.
updateToken(AzureADToken) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
update token on existing client.
updateToken(String) - Method in class com.microsoft.azure.datalake.store.ADLStoreClient
update token on existing client.
upload(String, String, IfExists) - Method in class com.microsoft.azure.datalake.store.Utils
Uploads the contents of a local file to an Azure Data Lake file.
upload(String, InputStream, IfExists) - Method in class com.microsoft.azure.datalake.store.Utils
Uploads an InputStream to an Azure Data Lake file.
upload(String, byte[], IfExists) - Method in class com.microsoft.azure.datalake.store.Utils
Uploads the contents of byte array to an Azure Data Lake file.
user - Variable in class com.microsoft.azure.datalake.store.DirectoryEntry
the ID of the user that owns this file/directory.
UserGroupRepresentation - Enum in com.microsoft.azure.datalake.store
Enum specifying how user and group objects should be represented in calls that return user and group ID.
UserPasswordTokenProvider - Class in com.microsoft.azure.datalake.store.oauth2
Provides tokens based on username and password
UserPasswordTokenProvider(String, String, String) - Constructor for class com.microsoft.azure.datalake.store.oauth2.UserPasswordTokenProvider
constructs a token provider based on supplied credentials.
Utils - Class in com.microsoft.azure.datalake.store
Utility methods to enable one-liners for simple functionality.

V

valueOf(String) - Static method in enum com.microsoft.azure.datalake.store.acl.AclAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.datalake.store.acl.AclScope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.datalake.store.acl.AclType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.datalake.store.DirectoryEntryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.datalake.store.ExpiryOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.datalake.store.IfExists
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.datalake.store.SSLSocketFactoryEx.SSLChannelMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.datalake.store.SyncFlag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.datalake.store.UserGroupRepresentation
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.microsoft.azure.datalake.store.acl.AclAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.datalake.store.acl.AclScope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.datalake.store.acl.AclType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.datalake.store.DirectoryEntryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.datalake.store.ExpiryOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.datalake.store.IfExists
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.datalake.store.SSLSocketFactoryEx.SSLChannelMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.datalake.store.SyncFlag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.datalake.store.UserGroupRepresentation
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(int) - Method in class com.microsoft.azure.datalake.store.ADLFileOutputStream
 
write(byte[]) - Method in class com.microsoft.azure.datalake.store.ADLFileOutputStream
 
write(byte[], int, int) - Method in class com.microsoft.azure.datalake.store.ADLFileOutputStream
 
A B C D E F G H I L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2019 Microsoft Corporation. All rights reserved.