312313314315316317318
return Host.Type.SecondaryStorage; } @Override public PingCommand getCurrentStatus(final long id) { return new PingStorageCommand(Host.Type.Storage, id, new HashMap<String, Boolean>()); }
66676869707172
@Override public PingCommand getCurrentStatus(long id) { if (isStopped()) { return null; } return new PingStorageCommand(Host.Type.Storage, id, new HashMap<String, Boolean>()); }
949596979899100
} } @Override public PingCommand getCurrentStatus(long id) { return new PingStorageCommand(Host.Type.Storage, id, new HashMap<String, Boolean>()); }
120121122123124125126
return Host.Type.LocalSecondaryStorage; } @Override public PingCommand getCurrentStatus(final long id) { return new PingStorageCommand(Host.Type.Storage, id, new HashMap<String, Boolean>()); }
99100101102103104105
1993199419951996199719981999
return Host.Type.SecondaryStorageCmdExecutor; } @Override public PingCommand getCurrentStatus(final long id) { return new PingStorageCommand(Host.Type.Storage, id, new HashMap<String, Boolean>()); }
118119120121122123124
65666768697071
1453145414551456145714581459
311312313314315316317