99100101102103104105
} } @Override public PingCommand getCurrentStatus(long id) { return new PingStorageCommand(Host.Type.Storage, id, new HashMap<String, Boolean>()); }
1921192219231924192519261927
return Host.Type.SecondaryStorageCmdExecutor; } @Override public PingCommand getCurrentStatus(final long id) { return new PingStorageCommand(Host.Type.Storage, id, new HashMap<String, Boolean>()); }
118119120121122123124
return Host.Type.LocalSecondaryStorage; } @Override public PingCommand getCurrentStatus(final long id) { return new PingStorageCommand(Host.Type.Storage, id, new HashMap<String, Boolean>()); }
65666768697071
@Override public PingCommand getCurrentStatus(long id) { if (isStopped()) { return null; } return new PingStorageCommand(Host.Type.Storage, id, new HashMap<String, Boolean>()); }
1979198019811982198319841985
117118119120121122123
1868186918701871187218731874
9596979899100101
1047104810491050105110521053