@ExportPackage @PublicApi
Interface | Description |
---|---|
ClusterState |
Class that allows a provider to figure out if the node is currently up, the cluster is up and/or a
given bucket should be "ready" given the state.
|
PersistenceProvider |
This interface is the basis for a persistence provider in Vespa.
|
Class | Description |
---|---|
AbstractPersistenceProvider |
An abstract class that implements persistence provider functionality that some providers
may not have use for.
|
Bucket | |
BucketInfo |
Class to represents information about the buckets stored by the persistence provider.
|
ClusterStateImpl |
Implementation of the cluster state interface for deserialization from RPC.
|
DocEntry |
Class that represents an entry retrieved by iterating.
|
PartitionState | |
Selection |
Class used when iterating to represent a selection of entries to be returned.
|
Enum | Description |
---|---|
BucketInfo.ActiveState | |
BucketInfo.ReadyState | |
DocEntry.Type | |
PartitionState.State | |
PersistenceProvider.IncludedVersions |
The different types of entries that can be returned
from an iterator.
|
PersistenceProvider.MaintenanceLevel |
The different kinds of maintenance we can do.
|
Copyright © 2017. All rights reserved.