|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StorageService.Operation | |
|---|---|
| org.hypergraphdb.peer | |
| org.hypergraphdb.peer.log | |
| org.hypergraphdb.peer.replication | |
| Uses of StorageService.Operation in org.hypergraphdb.peer |
|---|
| Methods in org.hypergraphdb.peer that return StorageService.Operation | |
|---|---|
static StorageService.Operation |
StorageService.Operation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StorageService.Operation[] |
StorageService.Operation.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Uses of StorageService.Operation in org.hypergraphdb.peer.log |
|---|
| Methods in org.hypergraphdb.peer.log that return StorageService.Operation | |
|---|---|
StorageService.Operation |
LogEntry.getOperation()
|
| Methods in org.hypergraphdb.peer.log with parameters of type StorageService.Operation | |
|---|---|
LogEntry |
Log.createLogEntry(HGPersistentHandle handle,
java.lang.Object value,
StorageService.Operation operation)
|
void |
LogEntry.setOperation(StorageService.Operation operation)
|
| Constructors in org.hypergraphdb.peer.log with parameters of type StorageService.Operation | |
|---|---|
LogEntry(java.lang.Object value,
HyperGraph logDb,
HGPersistentHandle handle,
StorageService.Operation operation)
|
|
LogEntry(java.lang.Object value,
HyperGraph logDb,
StorageService.Operation operation)
|
|
| Uses of StorageService.Operation in org.hypergraphdb.peer.replication |
|---|
| Methods in org.hypergraphdb.peer.replication that return StorageService.Operation | |
|---|---|
StorageService.Operation |
RememberTaskClient.RememberEntity.getOperation()
|
| Methods in org.hypergraphdb.peer.replication with parameters of type StorageService.Operation | |
|---|---|
void |
RememberTaskClient.RememberEntity.setOperation(StorageService.Operation operation)
|
| Constructors in org.hypergraphdb.peer.replication with parameters of type StorageService.Operation | |
|---|---|
RememberTaskClient.RememberEntity(HGPersistentHandle handle,
java.lang.Object atom,
StorageService.Operation operation)
|
|
RememberTaskClient(HyperGraphPeer thisPeer,
java.lang.Object value,
Log log,
HGPersistentHandle handle,
java.lang.Object targetPeer,
StorageService.Operation operation)
|
|
RememberTaskClient(HyperGraphPeer thisPeer,
java.lang.Object value,
Log log,
HyperGraph hg,
HGPersistentHandle handle,
StorageService.Operation operation)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||