* IDs generate by this method are 10 byte long and have the highest bit of * their first byte set to zero. * This property may be used to generate other types of IDs. */ private static void startType0() throws ClusterException { try { InetAddress a = InetAddress.getLocalHost(); byte...