Skip to content

Instantly share code, notes, and snippets.

View Aitozi's full-sized avatar
🐢
Happy coding

WenjunMin Aitozi

🐢
Happy coding
  • 15:33 (UTC +08:00)
View GitHub Profile
@Aitozi
Aitozi / StreamGraphHasherV2.java
Last active May 27, 2018 04:27
Flink JobGraph生成涉及的类
public class StreamGraphHasherV2 implements StreamGraphHasher {
private static final Logger LOG = LoggerFactory.getLogger(StreamGraphHasherV2.class);
/**
* Returns a map with a hash for each {@link StreamNode} of the {@link
* StreamGraph}. The hash is used as the {@link JobVertexID} in order to
* identify nodes across job submissions if they didn't change.
*
* <p>The complete {@link StreamGraph} is traversed. The hash is either
@Aitozi
Aitozi / tmux-cheatsheet.markdown
Created June 13, 2018 14:16 — forked from ryerh/tmux-cheatsheet.markdown
Tmux 快捷键 & 速查表

Tmux 快捷键 & 速查表

启动新会话:

tmux [new -s 会话名 -n 窗口名]

恢复会话:

tmux at [-t 会话名]