Registry / networking / onos-incubator-store

onos-incubator-store

JSON →
library1.15.0javamavenunverified

Incubator store module for Open Network Operating System (ONOS), providing distributed data store abstractions.

<dependency> <groupId>org.onosproject</groupId> <artifactId>onos-incubator-store</artifactId> <version>1.15.0</version> </dependency>
INSTALL
IMPORT
SIG · ONOS-INCUBATOR-STO
O
onos-incubator-store
networkingjavav1.15.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DistributedSet
org.onosproject.store.service.DistributedSet

Creates a distributed set using ONOS storage service.

import org.onosproject.store.service.DistributedSet; import org.onosproject.store.service.StorageService; public class Quickstart { public static void main(String[] args) { StorageService storage = ...; // obtain from ONOS DistributedSet<String> set = storage.<String>distributedSetBuilder() .withName("my-set") .build(); System.out.println("Distributed set created"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.15.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Amazon
1
Resources
onos-incubator-store — mvn dependency:get onos-incubator-store · libregistry