A B C D E F G H I J K L M N O P Q R S T U V W X Y _

J

JacksonStore<K,V> - Class in org.sdnplatform.sync.internal.store
A store that will serialize and deserialize objects to JSON using Jackson
JacksonStore(IStore<ByteArray, byte[]>, Class<K>, Class<V>) - Constructor for class org.sdnplatform.sync.internal.store.JacksonStore
 
JacksonStore(IStore<ByteArray, byte[]>, TypeReference<K>, TypeReference<V>) - Constructor for class org.sdnplatform.sync.internal.store.JacksonStore
 
JavaDBStorageEngine - Class in org.sdnplatform.sync.internal.store
Persistent storage engine that keeps its data in a JDB database
JavaDBStorageEngine(String, ConnectionPoolDataSource) - Constructor for class org.sdnplatform.sync.internal.store.JavaDBStorageEngine
Construct a new storage engine that will use the provided engine as a delegate and provide persistence for its data.
jiffyNanos - Variable in class net.floodlightcontroller.util.LoadMonitor
 
jsonExtractSubnetMask(String) - Static method in class net.floodlightcontroller.firewall.FirewallResource
Extracts subnet mask from a JSON string
jsonToFirewallRule(String) - Static method in class net.floodlightcontroller.firewall.FirewallRulesResource
Turns a JSON formatted Firewall Rule string into a FirewallRule instance
jsonToHostDefinition(String, HostResource.HostDefinition) - Method in class net.floodlightcontroller.virtualnetwork.HostResource
 
jsonToMember(String) - Method in class net.floodlightcontroller.loadbalancer.MembersResource
 
jsonToMonitor(String) - Method in class net.floodlightcontroller.loadbalancer.MonitorsResource
 
jsonToNetworkDefinition(String, NetworkResource.NetworkDefinition) - Method in class net.floodlightcontroller.virtualnetwork.NetworkResource
 
jsonToPool(String) - Method in class net.floodlightcontroller.loadbalancer.PoolsResource
 
jsonToStorageEntry(String) - Static method in class net.floodlightcontroller.staticflowentry.StaticFlowEntries
Turns a JSON formatted Static Flow Pusher string into a storage entry Expects a string in JSON along the lines of: { "switch": "AA:BB:CC:DD:EE:FF:00:11", "name": "flow-mod-1", "cookie": "0", "priority": "32768", "ingress-port": "1", "actions": "output=2", }
jsonToVip(String) - Method in class net.floodlightcontroller.loadbalancer.VipsResource
 
JythonDebugInterface - Class in net.floodlightcontroller.jython
 
JythonDebugInterface() - Constructor for class net.floodlightcontroller.jython.JythonDebugInterface
 
jythonHost - Variable in class net.floodlightcontroller.jython.JythonDebugInterface
 
jythonPort - Variable in class net.floodlightcontroller.jython.JythonDebugInterface
 
JythonServer - Class in net.floodlightcontroller.jython
This class starts a thread that runs a jython interpreter that can be used for debug (or even development).
JythonServer(String, int, Map<String, Object>) - Constructor for class net.floodlightcontroller.jython.JythonServer
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y _