public abstract class TurbineUniqueId extends Object
UniqueIdService
.Constructor and Description |
---|
TurbineUniqueId() |
Modifier and Type | Method and Description |
---|---|
static String |
getInstanceId()
Returs an identifer of this Turbine instance that is unique
both on the server and worldwide.
|
static String |
getPseudorandomId()
Returns a unique identifier that looks like random data.
|
protected static UniqueIdService |
getService()
Utility method for accessing the service
implementation
|
static String |
getUniqueId()
Returns an identifier that is unique within this turbine
instance, but does not have random-like apearance.
|
public TurbineUniqueId()
protected static UniqueIdService getService()
public static String getInstanceId()
Returs an identifer of this Turbine instance that is unique both on the server and worldwide.
public static String getUniqueId()
Returns an identifier that is unique within this turbine instance, but does not have random-like apearance.
public static String getPseudorandomId()
Returns a unique identifier that looks like random data.
Copyright © 2000-2015 The Apache Software Foundation. All Rights Reserved.