Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Yuta HIGUCHI
2014-11-19 18:17:46 -0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b2cfc38ccd59fa0e19f8a068a755ad0892539c93
b2cfc38c
1 parent
c3de1bc6
Turn on HazelcastIntentStore
Change-Id: Ia91da0568f679d9002c59932df4d2bdb39a106ea
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
core/store/dist/src/main/java/org/onlab/onos/store/intent/impl/HazelcastIntentStore.java
core/store/dist/src/main/java/org/onlab/onos/store/intent/impl/HazelcastIntentStore.java
View file @
b2cfc38
...
...
@@ -49,7 +49,7 @@ import static com.google.common.base.Verify.verify;
import
static
org
.
onlab
.
onos
.
net
.
intent
.
IntentState
.*;
import
static
org
.
slf4j
.
LoggerFactory
.
getLogger
;
@Component
(
immediate
=
true
,
enabled
=
fals
e
)
@Component
(
immediate
=
true
,
enabled
=
tru
e
)
@Service
public
class
HazelcastIntentStore
extends
AbstractHazelcastStore
<
IntentEvent
,
IntentStoreDelegate
>
...
...
Please
register
or
login
to post a comment