org
.
apache
.
seatunnel
.
engine
.
checkpoint
.
storage
.
hdfs
HdfsStorage
Related Doc:
package hdfs
class
HdfsStorage
extends
AbstractCheckpointStorage
Linear Supertypes
AbstractCheckpointStorage
,
CheckpointStorage
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
HdfsStorage
AbstractCheckpointStorage
CheckpointStorage
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
HdfsStorage
(
configuration:
Map
[
String
,
String
]
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
asyncStoreCheckPoint
(
arg0:
PipelineState
)
:
Unit
Definition Classes
AbstractCheckpointStorage → CheckpointStorage
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
deleteCheckpoint
(
jobId:
String
,
pipelineId:
String
,
checkpointId:
String
)
:
Unit
Definition Classes
HdfsStorage
→ CheckpointStorage
def
deleteCheckpoint
(
jobId:
String
)
:
Unit
Definition Classes
HdfsStorage
→ CheckpointStorage
def
deserializeCheckPointData
(
arg0:
Array
[
Byte
]
)
:
PipelineState
Definition Classes
AbstractCheckpointStorage
Annotations
@throws
(
classOf[java.io.IOException]
)
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]
)
def
getAllCheckpoints
(
jobId:
String
)
:
List
[
PipelineState
]
Definition Classes
HdfsStorage
→ CheckpointStorage
def
getCheckPointName
(
arg0:
PipelineState
)
:
String
Definition Classes
AbstractCheckpointStorage
def
getCheckpoint
(
jobId:
String
,
pipelineId:
String
,
checkpointId:
String
)
:
PipelineState
Definition Classes
HdfsStorage
→ CheckpointStorage
def
getCheckpointIdByFileName
(
arg0:
String
)
:
String
Definition Classes
AbstractCheckpointStorage
def
getCheckpointsByJobIdAndPipelineId
(
jobId:
String
,
pipelineId:
String
)
:
List
[
PipelineState
]
Definition Classes
HdfsStorage
→ CheckpointStorage
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getLatestCheckpoint
(
jobId:
String
)
:
List
[
PipelineState
]
Definition Classes
HdfsStorage
→ CheckpointStorage
def
getLatestCheckpointByJobIdAndPipelineId
(
jobId:
String
,
pipelineId:
String
)
:
PipelineState
Definition Classes
HdfsStorage
→ CheckpointStorage
def
getLatestCheckpointFileNameByJobIdAndPipelineId
(
arg0:
List
[
String
]
,
arg1:
String
)
:
String
Definition Classes
AbstractCheckpointStorage
def
getLatestPipelineNames
(
arg0:
List
[
String
]
)
:
Set
[
String
]
Definition Classes
AbstractCheckpointStorage
def
getPipelineIdByFileName
(
arg0:
String
)
:
String
Definition Classes
AbstractCheckpointStorage
def
getStorageParentDirectory
()
:
String
Definition Classes
AbstractCheckpointStorage
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
def
initStorage
(
configuration:
Map
[
String
,
String
]
)
:
Unit
Definition Classes
HdfsStorage
→ AbstractCheckpointStorage
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
serializeCheckPointData
(
arg0:
PipelineState
)
:
Array
[
Byte
]
Definition Classes
AbstractCheckpointStorage
Annotations
@throws
(
classOf[java.io.IOException]
)
def
setStorageNameSpace
(
arg0:
String
)
:
Unit
Definition Classes
AbstractCheckpointStorage
def
storeCheckPoint
(
state:
PipelineState
)
:
String
Definition Classes
HdfsStorage
→ CheckpointStorage
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
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
(
...
)
Inherited from
AbstractCheckpointStorage
Inherited from
CheckpointStorage
Inherited from
AnyRef
Inherited from
Any
Ungrouped