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-04 17:51:50 -0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
280ed8aba370312cf4af75c26337cfe8297831cf
280ed8ab
1 parent
be21f02a
turning off for now
Change-Id: I4a6a05316453c64666aeaa96e95a2353e52a1d2b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
core/store/dist/src/main/java/org/onlab/onos/store/service/impl/DatabaseManager.java
core/store/dist/src/main/java/org/onlab/onos/store/service/impl/DatabaseManager.java
View file @
280ed8a
...
...
@@ -15,10 +15,8 @@ import net.kuujo.copycat.log.ChronicleLog;
import
net.kuujo.copycat.log.Log
;
import
org.apache.felix.scr.annotations.Activate
;
import
org.apache.felix.scr.annotations.Component
;
import
org.apache.felix.scr.annotations.Reference
;
import
org.apache.felix.scr.annotations.ReferenceCardinality
;
import
org.apache.felix.scr.annotations.Service
;
import
org.onlab.netty.Endpoint
;
import
org.onlab.onos.cluster.ClusterService
;
import
org.onlab.onos.cluster.ControllerNode
;
...
...
@@ -42,8 +40,8 @@ import com.google.common.collect.Lists;
* Strongly consistent and durable state management service based on
* Copycat implementation of Raft consensus protocol.
*/
@Component
(
immediate
=
true
)
@Service
//
@Component(immediate = true)
//
@Service
public
class
DatabaseManager
implements
DatabaseService
,
DatabaseAdminService
{
private
final
Logger
log
=
getLogger
(
getClass
());
...
...
Please
register
or
login
to post a comment