geotrellis
.
spark
.
io
.
hadoop
HdfsUtils
object
HdfsUtils
extends
Logging
Linear Supertypes
Logging
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
HdfsUtils
Logging
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Type Members
sealed
trait
LocalPath
extends
AnyRef
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
object
LocalPath
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
createRandomString
(
size:
Int
)
:
String
def
createTempDir
(
conf:
Configuration
,
dir:
String
=
""
)
:
Path
def
createTempFile
(
conf:
Configuration
,
prefix:
String
=
""
)
:
Path
def
defaultBlockSize
(
path:
Path
,
conf:
Configuration
)
:
Long
def
deletePath
(
path:
Path
,
conf:
Configuration
)
:
Unit
def
ensurePathExists
(
path:
Path
,
conf:
Configuration
)
:
Unit
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getLineScanner
(
path:
Path
,
conf:
Configuration
)
:
Option
[
LineScanner
]
def
getLineScanner
(
path:
String
,
conf:
Configuration
)
:
Option
[
LineScanner
]
def
getSequenceFileReader
(
fs:
FileSystem
,
path:
Path
,
conf:
Configuration
)
:
org.apache.hadoop.io.SequenceFile.Reader
def
getTempDir
(
conf:
Configuration
)
:
String
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
isTraceEnabled
()
:
Boolean
Attributes
protected
Definition Classes
Logging
def
listFiles
(
path:
Path
,
conf:
Configuration
)
:
List
[
Path
]
def
localCopy
(
conf:
Configuration
,
path:
Path
)
:
LocalPath
def
log
:
Logger
Attributes
protected
Definition Classes
Logging
def
logDebug
(
msg: ⇒
String
,
throwable:
Throwable
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
logDebug
(
msg: ⇒
String
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
logError
(
msg: ⇒
String
,
throwable:
Throwable
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
logError
(
msg: ⇒
String
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
logInfo
(
msg: ⇒
String
,
throwable:
Throwable
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
logInfo
(
msg: ⇒
String
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
logName
:
String
Attributes
protected
Definition Classes
Logging
def
logTrace
(
msg: ⇒
String
,
throwable:
Throwable
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
logTrace
(
msg: ⇒
String
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
logWarning
(
msg: ⇒
String
,
throwable:
Throwable
)
:
Unit
Attributes
protected
Definition Classes
Logging
def
logWarning
(
msg: ⇒
String
)
:
Unit
Attributes
protected
Definition Classes
Logging
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
putFilesInConf
(
filesAsCsv:
String
,
inConf:
Configuration
)
:
Configuration
def
readArray
[
T
]
(
path:
Path
,
conf:
Configuration
)
(
implicit
arg0:
HadoopWritable
[
T
]
,
arg1:
ClassTag
[
T
]
)
:
Array
[
T
]
def
readBytes
(
path:
Path
,
conf:
Configuration
)
:
Array
[
Byte
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
tmpPath
(
base:
Path
,
prefix:
String
,
conf:
Configuration
)
:
Path
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
writeArray
[
T
]
(
path:
Path
,
conf:
Configuration
,
arr:
Array
[
T
]
)
(
implicit
arg0:
HadoopWritable
[
T
]
)
:
Unit
Inherited from
Logging
Inherited from
AnyRef
Inherited from
Any
Ungrouped