public static interface OPartitionedObjectPool.ObjectFactory<T>
Modifier and Type | Method and Description |
---|---|
void |
close(T object) |
T |
create() |
void |
init(T object) |
boolean |
isValid(T object) |
Copyright © 2009–2020 OrientDB. All rights reserved.