Package | Description |
---|---|
org.corfudb.runtime.view.stream |
Modifier and Type | Method and Description |
---|---|
static IStreamView.SearchDirection |
IStreamView.SearchDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IStreamView.SearchDirection[] |
IStreamView.SearchDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
long |
AbstractQueuedStreamView.find(long globalAddress,
IStreamView.SearchDirection direction)
Find the global address of the next entry in this stream,
in the direction given.
|
long |
ThreadSafeStreamView.find(long globalAddress,
IStreamView.SearchDirection direction) |
long |
IStreamView.find(long globalAddress,
IStreamView.SearchDirection direction)
Find the global address of the next entry in this stream,
in the direction given.
|
Copyright © 2019 CorfuDB. All rights reserved.