Serialized Form


Package org.rhq.enterprise.server.plugins.drift.mongodb.entities

Class org.rhq.enterprise.server.plugins.drift.mongodb.entities.MongoDBChangeSet extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

org.bson.types.ObjectId id
The database primary key.


ctime

Long ctime
The time that the change set was created.


version

int version
Each change set is assigned a version number that is unique across change sets belonging to a given drift definition (and corresponding resource).


category

DriftChangeSetCategory category

driftDefId

int driftDefId

driftHandlingMode

DriftConfigurationDefinition.DriftHandlingMode driftHandlingMode

resourceId

int resourceId

driftDefName

String driftDefName

entries

List<E> entries

Class org.rhq.enterprise.server.plugins.drift.mongodb.entities.MongoDBChangeSetEntry extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

index

int index
This is the array index of the entry in the document that exists in the database. Each entry has a unique index relative to its owning change set. The index is used to form a unique id for the entry.


ctime

Long ctime
The time that the entry was created.


category

DriftCategory category
The category is one added, removed, or changed.


path

String path
This is the path relative to the base directory defined in the DriftDefinition


directory

String directory

changeSet

MongoDBChangeSet changeSet

changeSetId

org.bson.types.ObjectId changeSetId

oldFileHash

String oldFileHash

newFileHash

String newFileHash

Class org.rhq.enterprise.server.plugins.drift.mongodb.entities.MongoDBFile extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

hash

String hash

ctime

Long ctime

size

Long size

status

DriftFileStatus status



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.