public static class OClassIndexManager.IndexChange extends Object
Modifier and Type | Field and Description |
---|---|
OIndex |
index |
Object |
key |
OTransactionIndexChanges.OPERATION |
operation |
OIdentifiable |
value |
Constructor and Description |
---|
IndexChange(OIndex indexName,
OTransactionIndexChanges.OPERATION operation,
Object key,
OIdentifiable value) |
public final OIndex index
public final OTransactionIndexChanges.OPERATION operation
public final Object key
public final OIdentifiable value
public IndexChange(OIndex indexName, OTransactionIndexChanges.OPERATION operation, Object key, OIdentifiable value)
Copyright © 2009–2020 OrientDB. All rights reserved.