forked from microsoft/AzureSMR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
149 lines (148 loc) · 4.19 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
# Generated by roxygen2: do not edit by hand
S3method(print,adlFileInputStream)
S3method(print,adlFileOutputStream)
S3method(print,azureActiveContext)
S3method(str,adlFileInputStream)
S3method(str,adlFileOutputStream)
S3method(str,azureActiveContext)
S3method(summary,azureScriptActionHistory)
export(AzureListRG)
export(adlFileInputStreamAvailable)
export(adlFileInputStreamCheck)
export(adlFileInputStreamClose)
export(adlFileInputStreamGetPos)
export(adlFileInputStreamLength)
export(adlFileInputStreamMark)
export(adlFileInputStreamMarkSupported)
export(adlFileInputStreamRead)
export(adlFileInputStreamReadBuffered)
export(adlFileInputStreamReset)
export(adlFileInputStreamSeek)
export(adlFileInputStreamSkip)
export(adlFileOutputStreamCheck)
export(adlFileOutputStreamClose)
export(adlFileOutputStreamFlush)
export(adlFileOutputStreamWrite)
export(as.adlFileInputStream)
export(as.adlFileOutputStream)
export(as.azureActiveContext)
export(azureAuthenticate)
export(azureAuthenticateOnAuthType)
export(azureBatchGetKey)
export(azureBlobCD)
export(azureBlobFind)
export(azureBlobLS)
export(azureCancelDeploy)
export(azureCheckToken)
export(azureCreateBatchAccount)
export(azureCreateHDI)
export(azureCreateResourceGroup)
export(azureCreateStorageAccount)
export(azureCreateStorageContainer)
export(azureDataConsumption)
export(azureDataLakeAppend)
export(azureDataLakeAppendBOS)
export(azureDataLakeCreate)
export(azureDataLakeDelete)
export(azureDataLakeGetFileStatus)
export(azureDataLakeListStatus)
export(azureDataLakeMkdirs)
export(azureDataLakeOpenBIS)
export(azureDataLakeRead)
export(azureDeleteBatchAccount)
export(azureDeleteBlob)
export(azureDeleteDeploy)
export(azureDeleteHDI)
export(azureDeleteResourceGroup)
export(azureDeleteStorageContainer)
export(azureDeleteVM)
export(azureDeletestorageAccount)
export(azureDeployStatus)
export(azureDeployTemplate)
export(azureExpenseCalculator)
export(azureGetAllVMstatus)
export(azureGetBatchAccount)
export(azureGetBlob)
export(azureGetStorageAccount)
export(azureGetTokenClientCredential)
export(azureGetTokenDeviceCode)
export(azureGetTokenDeviceCodeFetch)
export(azureGetTokenRefreshToken)
export(azureHDIConf)
export(azureHiveSQL)
export(azureHiveStatus)
export(azureListAllResources)
export(azureListBatchAccounts)
export(azureListHDI)
export(azureListRG)
export(azureListSA)
export(azureListScaleSetNetwork)
export(azureListScaleSetVM)
export(azureListScaleSets)
export(azureListStorageBlobs)
export(azureListStorageContainers)
export(azureListSubscriptions)
export(azureListVM)
export(azurePricingRates)
export(azurePutBlob)
export(azureResizeHDI)
export(azureRunScriptAction)
export(azureSAGetKey)
export(azureScriptActionHistory)
export(azureSparkCMD)
export(azureSparkJob)
export(azureSparkListJobs)
export(azureSparkListSessions)
export(azureSparkNewSession)
export(azureSparkShowURL)
export(azureSparkStopSession)
export(azureStartVM)
export(azureStopVM)
export(azureVMInfo)
export(azureVMStatus)
export(createAzureContext)
export(dumpAzureContext)
export(is.adlFileInputStream)
export(is.adlFileOutputStream)
export(is.azureActiveContext)
export(read.AzureSMR.config)
export(setAzureContext)
export(showDeviceCodeMessageToUser)
importFrom(DT,dataTableOutput)
importFrom(DT,renderDataTable)
importFrom(XML,htmlParse)
importFrom(XML,xmlValue)
importFrom(XML,xpathApply)
importFrom(XML,xpathSApply)
importFrom(assertthat,"on_failure<-")
importFrom(assertthat,assert_that)
importFrom(base64enc,base64decode)
importFrom(base64enc,base64encode)
importFrom(digest,hmac)
importFrom(httr,DELETE)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,PUT)
importFrom(httr,add_headers)
importFrom(httr,authenticate)
importFrom(httr,content)
importFrom(httr,headers)
importFrom(httr,http_status)
importFrom(httr,status_code)
importFrom(jsonlite,fromJSON)
importFrom(lubridate,hour)
importFrom(lubridate,minute)
importFrom(lubridate,second)
importFrom(miniUI,gadgetTitleBar)
importFrom(miniUI,miniContentPanel)
importFrom(miniUI,miniPage)
importFrom(shiny,observeEvent)
importFrom(shiny,paneViewer)
importFrom(shiny,runGadget)
importFrom(shiny,stopApp)
importFrom(utils,URLencode)
importFrom(utils,browseURL)
importFrom(utils,ls.str)
importFrom(utils,setTxtProgressBar)
importFrom(utils,str)
importFrom(utils,txtProgressBar)