Package | Description |
---|---|
org.corfudb.runtime.view |
Modifier and Type | Method and Description |
---|---|
Layout.ReplicationMode |
Layout.getReplicationMode(long address)
Get the replication mode of a segment at a particular address.
|
static Layout.ReplicationMode |
Layout.ReplicationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Layout.ReplicationMode[] |
Layout.ReplicationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LayoutSegment(Layout.ReplicationMode replicationMode,
long start,
long end,
List<Layout.LayoutStripe> stripes)
Constructor Layout Segment, contiguous partition in a Corfu Log.
|
Copyright © 2019 CorfuDB. All rights reserved.