public class RelativeFileStateHandle extends FileStateHandle
StreamStateHandle for state that was written to a file stream. The differences between
FileStateHandle and RelativeFileStateHandle is that RelativeFileStateHandle contains relativePath for the given handle.| 构造器和说明 |
|---|
RelativeFileStateHandle(org.apache.flink.core.fs.Path path,
String relativePath,
long stateSize) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
String |
getRelativePath() |
int |
hashCode() |
String |
toString() |
asBytesIfInMemory, discardState, getFilePath, getStateSize, getStreamStateHandleID, openInputStreampublic RelativeFileStateHandle(org.apache.flink.core.fs.Path path,
String relativePath,
long stateSize)
public String getRelativePath()
public boolean equals(Object o)
equals 在类中 FileStateHandlepublic int hashCode()
hashCode 在类中 FileStateHandlepublic String toString()
toString 在类中 FileStateHandleCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.