| java.lang.Object com.hp.hpl.jena.shared.uuid.UUID_V1_Gen
UUID_V1_Gen | public class UUID_V1_Gen implements UUIDFactory(Code) | | Generator for timebased UUIDs (version 1, variant 2)
author: Andy Seaborne version: $Id: UUID_V1_Gen.java,v 1.3 2008/01/02 12:06:07 andy_seaborne Exp $ |
UUIDS_PER_TICK | final static long UUIDS_PER_TICK(Code) | | |
gregorianTime | long gregorianTime(Code) | | |
maskClockSeq | final static long maskClockSeq(Code) | | |
maskNode | final static long maskNode(Code) | | |
maskTimeHigh | final static long maskTimeHigh(Code) | | |
maskTimeLow | final static long maskTimeLow(Code) | | |
maskTimeMid | final static long maskTimeMid(Code) | | |
maskVariant | final static long maskVariant(Code) | | |
maskVersion | final static long maskVersion(Code) | | |
uuids_this_tick | long uuids_this_tick(Code) | | |
variantHere | final static int variantHere(Code) | | |
versionHere | final static int versionHere(Code) | | |
UUID_V1_Gen | public UUID_V1_Gen()(Code) | | |
generate | public static UUID_V1 generate(int version, int variant, long timestamp, long clockSeq, long node)(Code) | | |
reset | public void reset()(Code) | | (Re)set the network id (a random number) and the timstamp
|
|
|