Uses of Class
com.orientechnologies.orient.server.distributed.impl.ODistributedDatabaseChunk
Packages that use ODistributedDatabaseChunk
Package
Description
-
Uses of ODistributedDatabaseChunk in com.orientechnologies.orient.server.distributed.impl
Methods in com.orientechnologies.orient.server.distributed.impl with parameters of type ODistributedDatabaseChunkModifier and TypeMethodDescriptionprotected voidODistributedPlugin.installDatabaseFromNetwork(String dbPath, String databaseName, String iNode, ODistributedDatabaseChunk firstChunk) Installs a database from the network.protected longOSyncReceiver.writeDatabaseChunk(int iChunkId, ODistributedDatabaseChunk chunk, OutputStream out) Constructors in com.orientechnologies.orient.server.distributed.impl with parameters of type ODistributedDatabaseChunkModifierConstructorDescriptionOSyncReceiver(ODistributedPlugin distributed, String databaseName, ODistributedDatabaseChunk firstChunk, String iNode, String dbPath) -
Uses of ODistributedDatabaseChunk in com.orientechnologies.orient.server.distributed.impl.task
Methods in com.orientechnologies.orient.server.distributed.impl.task that return types with arguments of type ODistributedDatabaseChunkConstructors in com.orientechnologies.orient.server.distributed.impl.task with parameters of type ODistributedDatabaseChunk