Serialized Form


Package org.apache.commons.id

Class org.apache.commons.id.CompositeIdentifierGenerator extends AbstractStringIdentifierGenerator implements Serializable

serialVersionUID: 20060206L

Serialized Fields

identifierGenerators

StringIdentifierGenerator[] identifierGenerators
The identifier generators to concatenate

Class org.apache.commons.id.DecoderException extends Exception implements Serializable

serialVersionUID: 1L

Class org.apache.commons.id.EncoderException extends Exception implements Serializable

serialVersionUID: 1L


Package org.apache.commons.id.random

Class org.apache.commons.id.random.SessionIdGenerator extends AbstractStringIdentifierGenerator implements Serializable

serialVersionUID: 20060118L

Serialized Fields

counter

int counter
The incrementing counter.


lastTimeValue

long lastTimeValue
The last time.


Package org.apache.commons.id.serial

Class org.apache.commons.id.serial.AlphanumericGenerator extends AbstractStringIdentifierGenerator implements Serializable

serialVersionUID: 20060120L

Serialized Fields

wrapping

boolean wrapping
Should the counter wrap.


count

char[] count
The counter.

Class org.apache.commons.id.serial.LongGenerator extends AbstractLongIdentifierGenerator implements Serializable

serialVersionUID: 20060122L

Serialized Fields

wrapping

boolean wrapping
Should the counter wrap.


count

long count
The counter.

Class org.apache.commons.id.serial.NumericGenerator extends AbstractStringIdentifierGenerator implements Serializable

serialVersionUID: 20060121L

Serialized Fields

wrapping

boolean wrapping
Should the counter wrap.


count

long count
The counter.

Class org.apache.commons.id.serial.PrefixedAlphanumericGenerator extends AlphanumericGenerator implements Serializable

Serialized Fields

prefix

String prefix
Prefix.

Class org.apache.commons.id.serial.PrefixedNumericGenerator extends NumericGenerator implements Serializable

Serialized Fields

prefix

String prefix
Prefix.

Class org.apache.commons.id.serial.TimeBasedAlphanumericIdentifierGenerator extends AbstractStringIdentifierGenerator implements Serializable

serialVersionUID: 20060116L

Serialized Fields

postfixSize

int postfixSize
postfixSize size of the postfix, that contains the padded counter in base 36.


offset

long offset

Package org.apache.commons.id.uuid

Class org.apache.commons.id.uuid.UUID extends Object implements Serializable

Serialized Fields

rawBytes

byte[] rawBytes
byte array to store 128-bits composing this UUID


node

Long node
Holds node identifier for this UUID


timestamp

long timestamp
Holds timestamp for this UUID


clockSq

Short clockSq
Holds the clock sequence field


version

int version
Holds the version field of this UUID


variant

int variant
Holds the variant field of this UUID


stringValue

String stringValue
Holds the internal string value of the UUID

Class org.apache.commons.id.uuid.UUIDFormatException extends IllegalArgumentException implements Serializable


Package org.apache.commons.id.uuid.clock

Class org.apache.commons.id.uuid.clock.OverClockedException extends Exception implements Serializable


Package org.apache.commons.id.uuid.state

Class org.apache.commons.id.uuid.state.InMemoryStateImpl extends Object implements Serializable

Class org.apache.commons.id.uuid.state.ReadOnlyResourceStateImpl extends Object implements Serializable

Class org.apache.commons.id.uuid.state.ReadWriteFileStateImpl extends ReadOnlyResourceStateImpl implements Serializable



Copyright © 2013 LittleShoot. All Rights Reserved.