Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
3f85684f42358c05e414245c1caf9091c3b0368e
/
core
/
store
/
serializers
/
src
/
test
/
java
2795d63
Make serialized resources more compact to omit redundant parent resource ID
by Sho SHIMIZU
· 9 years ago
e729065
Deprecate KryoSerializer.
by HIGUCHI Yuta
· 9 years ago
bd1974c
Made ResourceManager to accept arbitrary ResourceConsumer implementation. (ONOS-4406)
by Naoki Shiota
· 9 years ago
16d6c4c
Reduce scope of long-running memory-intensive unit test.
by Jonathan Hart
· 9 years ago
c0e010dd
Implement compact serialization for a set of discrete resources
by Sho SHIMIZU
· 9 years ago
7d4f2f7
Tighten visibility
by Sho SHIMIZU
· 9 years ago
5ab426f
Updating copyrights
by Brian O'Connor
· 9 years ago
cc137a9
Remove method Lambda.indexedLambda() deprecated in Emu
by Sho SHIMIZU
· 9 years ago
e18cb12
Move files under newresource package to resource package
by Sho SHIMIZU
· 9 years ago
25e32ec
Remove constructs deprecated in Emu from old resource API
by Sho SHIMIZU
· 9 years ago
4e2149e
Remove LambdaConstraint as IndexLambda is soon removed
by Sho SHIMIZU
· 9 years ago
8ebfff0
Add OTN device and ports
by Rimon Ashkenazy
· 9 years ago
460b972
Move static factory methods to the utility class
by Sho SHIMIZU
· 9 years ago
f95b96e
Change the APIs to instantiate Resource and ResourceId
by Sho SHIMIZU
· 9 years ago
2693bda
Add a builder for DefaultLink to hide multiplying constructors
by Ray Milkey
· 9 years ago
8d5ff16
Sync the test method name with the subject class name
by Sho SHIMIZU
· 9 years ago
8fa670a
Refactor: Rename ResourcePath to Resource for a better name
by Sho SHIMIZU
· 9 years ago
31f37ed
Define sub-types of Bandwidth to reduce round-off error
by Sho SHIMIZU
· 9 years ago
72ee30c
[ONOS-3730] Populate portSpeed for ODUCLT and OCH ports.
by Toru Furusawa
· 9 years ago
76b30f7
Rename ResourcePath.Key to ResourceId for naming consistency
by Sho SHIMIZU
· 9 years ago
7e6d18e
Introduce ResourcePath.Key
by Sho SHIMIZU
· 9 years ago
44f3761
Abondon the concept of resources under a link
by Sho SHIMIZU
· 9 years ago
03d4253
Avoid double wrap of IndexedLambda
by Sho SHIMIZU
· 9 years ago
a88db49
Avoid double wrap of Bandwidth class
by Sho SHIMIZU
· 9 years ago
60ac58e
Add sub-types to distinguish type of resources
by Sho SHIMIZU
· 9 years ago
1f5e591
Resource API changes as preparation for hierarchy support (ONOS-2446)
by Sho SHIMIZU
· 10 years ago
08ec48f
Add unit tests to check serialization of resource API constructs
by Sho SHIMIZU
· 10 years ago
d13a37b
Remove deprecated Flow Rule constructors
by Ray Milkey
· 10 years ago
6de2e20
Moving LabelResourceManager to incubator
by Brian O'Connor
· 10 years ago
6d01d3d
Inline static factory methods in BandwidthResource
by Sho SHIMIZU
· 10 years ago
63feca7
Rename Bandwidth to BandwidthResource
by Sho SHIMIZU
· 10 years ago
8169779
Define Bandwidth class to represent bandwidth with explicit its unit
by Sho SHIMIZU
· 10 years ago
94b7ff4
Rename Lambda in org.onosproject.net.resource to LambdaResource
by Sho SHIMIZU
· 10 years ago
0abceb8
Populate OchSignal with OchPort
by Sho SHIMIZU
· 10 years ago
91210a7
Define Lambda interface representing wavelength and implementations
by Sho SHIMIZU
· 10 years ago
014c33a
Pull out enums from OchPort
by Sho SHIMIZU
· 10 years ago
dee7871
Registier Frequency to Kryo
by Sho SHIMIZU
· 10 years ago
bb38235
Generic ROADM port models and descriptions
by Marc De Leenheer
· 10 years ago
34c9590
ONOS-533 Fix copyrights
by Ray Milkey
· 10 years ago
6b52813
Adding emptyTreatment() and emptySelector()
by Brian O'Connor
· 10 years ago
0ce220a
ONOS-426 - make the unit of Bandwidth clear
by Sho SHIMIZU
· 10 years ago
7446da9
Modify unit test for serializing FlowRuleBatchEntry
by Sho SHIMIZU
· 10 years ago
166e61e
Fix ONOS-815: register Optional class to Kryo
by Sho SHIMIZU
· 10 years ago
abafb50
Changing org.onlab.onos package to org.onosproject
by Brian O'Connor
· 10 years ago
03defe7
Moving org/onlab/onos to org/onosproject
by Brian O'Connor
· 10 years ago
ae1d210
Add Collections.emptySet()
by Yuta HIGUCHI
· 10 years ago
f617123
register DefaultGroupId to Kryo
by Yuta HIGUCHI
· 10 years ago
91768e3
Kryo related fixes
by Yuta HIGUCHI
· 10 years ago
977cb60
Add unit tests for constraint object serializations
by Sho SHIMIZU
· 10 years ago
adac04a
Support LinkResource related serialization
by Yuta HIGUCHI
· 10 years ago
17378ef
Added Kryo serializers for Ip4Address, Ip6Address, Ip4Prefix, Ip6Prefix
by Pavlin Radoslavov
· 10 years ago
dfe6e3b
allow null Master in MastershipTerm
by Yuta HIGUCHI
· 10 years ago
d16ce18
Added Port.Type and plumbed it throughout.
by Thomas Vachuska
· 10 years ago
4f1a60c
Revised copyright message.
by Thomas Vachuska
· 10 years ago
40d0177
switch to ImmutableList
by Yuta HIGUCHI
· 10 years ago
2fcfde9
Register FlowId to Kryo
by Yuta HIGUCHI
· 10 years ago
8d143d2
Rename KryoPool -> KryoNamespace
by Yuta HIGUCHI
· 10 years ago
aaac0d7
KryoSerializerTest to test KryoSerializer instead of KryoPool
by Yuta HIGUCHI
· 10 years ago
da1cda6
Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next
by Ayaka Koshibe
· 10 years ago
7911a05
lldp discovery independent of OF
by alshabib
· 10 years ago
e8e4535
fixes for RoleValue serialization
by Ayaka Koshibe
· 10 years ago
f9b02fc
refactored MastershipStore to not use ILock
by Ayaka Koshibe
· 10 years ago
18ab8a9
modified LinkKey creation to follow other id objects
by Yuta HIGUCHI
· 10 years ago
80912e6
Separate cluster management and mastership management to separate packages
by Yuta HIGUCHI
· 10 years ago
9ee0d5b
Fix unit test issue
by Yuta HIGUCHI
· 10 years ago
5bdebe3
Kryo related fixes
by Yuta HIGUCHI
· 10 years ago
03fec1f
minor Kryo related cleanup
by Yuta HIGUCHI
· 10 years ago
8441136
serializers for roles
by Ayaka Koshibe
· 10 years ago
533ec32
AntiEntropy sketch + required Serializer work
by Yuta HIGUCHI
· 10 years ago