|
Push Down Method public close() : void from class com.tinkerpop.blueprints.impls.orient.OrientIndex to public close() : void from class com.tinkerpop.blueprints.impls.orient.OrientIndexManual |
From |
To |
|
Push Down Method protected OrientIndex(graph OrientBaseGraph, indexName String, indexClass Class<? extends Element>, iType OType) from class com.tinkerpop.blueprints.impls.orient.OrientIndex to private OrientIndexAuto(graph OrientBaseGraph, indexName String, indexClass Class<? extends Element>) from class com.tinkerpop.blueprints.impls.orient.OrientIndexAuto |
From |
To |
|
Push Down Method private load(metadata ODocument) : void from class com.tinkerpop.blueprints.impls.orient.OrientIndex to private load(metadata ODocument) : void from class com.tinkerpop.blueprints.impls.orient.OrientIndexManual |
From |
To |
|
Push Down Method protected OrientIndex(graph OrientBaseGraph, indexName String, indexClass Class<? extends Element>, iType OType) from class com.tinkerpop.blueprints.impls.orient.OrientIndex to protected OrientIndexManual(graph OrientBaseGraph, indexName String, indexClass Class<? extends Element>, iType OType) from class com.tinkerpop.blueprints.impls.orient.OrientIndexManual |
From |
To |
|
Push Down Method public get(key String, iValue Object) : CloseableIterable<T> from class com.tinkerpop.blueprints.impls.orient.OrientIndex to public get(key String, value Object) : CloseableIterable<T> from class com.tinkerpop.blueprints.impls.orient.OrientIndexAuto |
From |
To |
|
Push Down Method public getUnderlying() : OIndex<?> from class com.tinkerpop.blueprints.impls.orient.OrientIndex to public getUnderlying() : OIndex<?> from class com.tinkerpop.blueprints.impls.orient.OrientIndexManual |
From |
To |
|
Push Down Method public getIndexName() : String from class com.tinkerpop.blueprints.impls.orient.OrientIndex to public getIndexName() : String from class com.tinkerpop.blueprints.impls.orient.OrientIndexAuto |
From |
To |
|
Push Down Method public query(key String, query Object) : CloseableIterable<T> from class com.tinkerpop.blueprints.impls.orient.OrientIndex to public query(key String, query Object) : CloseableIterable<T> from class com.tinkerpop.blueprints.impls.orient.OrientIndexAuto |
From |
To |
|
Push Down Method public count(key String, value Object) : long from class com.tinkerpop.blueprints.impls.orient.OrientIndex to public count(key String, value Object) : long from class com.tinkerpop.blueprints.impls.orient.OrientIndexAuto |
From |
To |
|
Push Down Method protected removeElement(element T) : void from class com.tinkerpop.blueprints.impls.orient.OrientIndex to public removeElement(element T) : void from class com.tinkerpop.blueprints.impls.orient.OrientIndexAuto |
From |
To |
|
Push Down Method private buildKeyValueIndex(metadata ODocument) : OIndex<?> from class com.tinkerpop.blueprints.impls.orient.OrientIndex to private buildKeyValueIndex(metadata ODocument) : OIndex<?> from class com.tinkerpop.blueprints.impls.orient.OrientIndexManual |
From |
To |
|
Push Down Method public getIndexClass() : Class<T> from class com.tinkerpop.blueprints.impls.orient.OrientIndex to public getIndexClass() : Class<T> from class com.tinkerpop.blueprints.impls.orient.OrientIndexAuto |
From |
To |
|
Push Down Method protected OrientIndex(orientGraph OrientBaseGraph, rawIndex OIndex<?>) from class com.tinkerpop.blueprints.impls.orient.OrientIndex to protected OrientIndexManual(orientGraph OrientBaseGraph, rawIndex OIndex<?>) from class com.tinkerpop.blueprints.impls.orient.OrientIndexManual |
From |
To |
|
Push Down Method public toString() : String from class com.tinkerpop.blueprints.impls.orient.OrientIndex to public toString() : String from class com.tinkerpop.blueprints.impls.orient.OrientIndexAuto |
From |
To |
|
Push Down Method public put(key String, value Object, element T) : void from class com.tinkerpop.blueprints.impls.orient.OrientIndex to public put(key String, value Object, element T) : void from class com.tinkerpop.blueprints.impls.orient.OrientIndexAuto |
From |
To |
|
Push Down Method private create(indexName String, indexClass Class<? extends Element>, iKeyType OType) : void from class com.tinkerpop.blueprints.impls.orient.OrientIndex to private create(indexName String, indexClass Class<? extends Element>, iKeyType OType) : void from class com.tinkerpop.blueprints.impls.orient.OrientIndexManual |
From |
To |
|
Push Down Method public remove(key String, value Object, element T) : void from class com.tinkerpop.blueprints.impls.orient.OrientIndex to public remove(key String, value Object, element T) : void from class com.tinkerpop.blueprints.impls.orient.OrientIndexAuto |
From |
To |
|
Push Down Attribute protected indexClass : Class<? extends Element> from class com.tinkerpop.blueprints.impls.orient.OrientIndex to private indexClass : Class<? extends Element> from class com.tinkerpop.blueprints.impls.orient.OrientIndexAuto |
From |
To |
|
Push Down Attribute public CONFIG_RECORD_MAP_NAME : String from class com.tinkerpop.blueprints.impls.orient.OrientIndex to public CONFIG_RECORD_MAP_NAME : String from class com.tinkerpop.blueprints.impls.orient.OrientIndexManual |
From |
To |
|
Push Down Attribute public CONFIG_CLASSNAME : String from class com.tinkerpop.blueprints.impls.orient.OrientIndex to public CONFIG_CLASSNAME : String from class com.tinkerpop.blueprints.impls.orient.OrientIndexManual |
From |
To |
|
Push Down Attribute protected VERTEX : String from class com.tinkerpop.blueprints.impls.orient.OrientIndex to private VERTEX : String from class com.tinkerpop.blueprints.impls.orient.OrientIndexAuto |
From |
To |
|
Push Down Attribute protected recordKeyValueIndex : OIndex<?> from class com.tinkerpop.blueprints.impls.orient.OrientIndex to protected recordKeyValueIndex : OIndex<?> from class com.tinkerpop.blueprints.impls.orient.OrientIndexManual |
From |
To |
|
Push Down Attribute protected underlying : OIndex<?> from class com.tinkerpop.blueprints.impls.orient.OrientIndex to protected underlying : OIndex<?> from class com.tinkerpop.blueprints.impls.orient.OrientIndexManual |
From |
To |
|
Push Down Attribute protected graph : OrientBaseGraph from class com.tinkerpop.blueprints.impls.orient.OrientIndex to private graph : OrientBaseGraph from class com.tinkerpop.blueprints.impls.orient.OrientIndexAuto |
From |
To |
|
Push Down Attribute protected SEPARATOR : String from class com.tinkerpop.blueprints.impls.orient.OrientIndex to protected SEPARATOR : String from class com.tinkerpop.blueprints.impls.orient.OrientIndexManual |
From |
To |
|
Push Down Attribute protected EDGE : String from class com.tinkerpop.blueprints.impls.orient.OrientIndex to private EDGE : String from class com.tinkerpop.blueprints.impls.orient.OrientIndexAuto |
From |
To |