MCPcopy Create free account

hub / github.com/craigdrabiktxmq/exo-demo / functions

Functions241 in github.com/craigdrabiktxmq/exo-demo

↓ 6 callersMethodsetType
(String type)
jaxrs workspace/jaxrs/src/gen/java/io/swagger/api/ApiResponseMessage.java:58
↓ 5 callersMethodgetMessage
()
jaxrs workspace/jaxrs/src/gen/java/io/swagger/api/ApiResponseMessage.java:62
↓ 5 callersMethodgetValue
Accessor for returning the enum value of the transaction type
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/messaging/ExoTransactionType.java:92
↓ 5 callersMethodhash
Calculates an SHA-256 hash of this object by first serializing to JSON and then hashing that string.
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/persistence/BlockContents.java:37
↓ 4 callersMethodcreateTransaction
Submits a transaction to the platform. Applications should use this method over ExoPlatformLocator.getPlatform().createTransaction() to enable unit t
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/core/ExoPlatformLocator.java:424
↓ 4 callersMethodequals
(java.lang.Object o)
jaxrs workspace/jaxrs/src/gen/java/io/swagger/model/Zoo.java:135
↓ 4 callersMethodgetLogger
Retrieves the logger associated with the supplied node name
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/persistence/BlockLogger.java:41
↓ 4 callersMethodgetState
Accessor for Swirlds state. Developers must call ExoPlatformLocator.init() to initialize the locator before calling getState(), unless running in tes
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/core/ExoPlatformLocator.java:480
↓ 4 callersMethodsetValue
Setter for setting the enum value of the transaction type
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/messaging/ExoTransactionType.java:99
↓ 3 callersMethodaddTransaction
Adds a transaction to the next block
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/persistence/IBlockLogger.java:17
↓ 3 callersMethodconfigureRequest
()
client/client/src/api/api/default.service.ts:136
↓ 3 callersMethodflush
Used to flush to database/disk before shutting down the hashgraph
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/persistence/IBlockLogger.java:34
↓ 3 callersMethodgetBlockLogger
Accessor for the block logging manager
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/core/ExoPlatformLocator.java:506
↓ 3 callersMethodgetConfig
()
jaxrs workspace/jaxrs/exo-java-client/com/txmq/exo/config/ExoConfig.java:24
↓ 3 callersMethodgetName
Get name @return name
hashgraph workspace/hashgraph/source/socketdemo/src/io/swagger/model/Animal.java:52
↓ 3 callersMethodgetNode
()
jaxrs workspace/jaxrs/exo-java-client/com/txmq/exo/messaging/routing/INodeRouter.java:8
↓ 3 callersMethodgetPlatform
Accessor for a reference to the Swirlds platform. Developers must call ExoPlatformLocator.init() to intialize the locator before calling getPlatform(
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/core/ExoPlatformLocator.java:461
↓ 3 callersMethodgetSpecies
Get species @return species
jaxrs workspace/jaxrs/src/gen/java/io/swagger/model/Animal.java:76
↓ 3 callersMethodhashCode
()
jaxrs workspace/jaxrs/src/gen/java/io/swagger/model/Zoo.java:149
↓ 3 callersMethodhashCode
()
hashgraph workspace/hashgraph/source/socketdemo/src/io/swagger/model/Zoo.java:144
↓ 3 callersMethodinit
(ServletConfig config)
jaxrs workspace/jaxrs/src/main/java/io/swagger/api/Bootstrap.java:14
↓ 3 callersMethodinit
Initializer method. This gets called by the platform when it creates a copy of the state. When extending ExoState, be sure to call super.init() when
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/core/ExoState.java:108
↓ 3 callersMethodinitialize
Initializes the logger, preparing it to write its first block. TODO: The logger isn't capable of recovery.. It starts a new chain. This might actu
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/persistence/couchdb/CouchDBBlockLogger.java:89
↓ 3 callersMethodrefreshZoo
()
client/client/src/app/home/home.component.ts:43
↓ 3 callersMethodsetLogger
Setter for assingning a logger to a node and making it available through a static accessor.
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/persistence/BlockLogger.java:33
↓ 3 callersMethodsetPreviousBlockHash
Setter for storing the hash of the previous block. The previous block's hash is incorporated into this block's hash, which is how the integrity of th
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/persistence/Block.java:61
↓ 3 callersMethodtoIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
jaxrs workspace/jaxrs/src/gen/java/io/swagger/model/Zoo.java:171
↓ 3 callersMethodtoIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
hashgraph workspace/hashgraph/source/socketdemo/src/io/swagger/model/Zoo.java:166
↓ 3 callersMethodtoString
()
jaxrs workspace/jaxrs/src/gen/java/io/swagger/model/Zoo.java:155
↓ 3 callersMethodtoString
()
hashgraph workspace/hashgraph/source/socketdemo/src/io/swagger/model/Zoo.java:150
↓ 2 callersMethodaddPackage
Scans a package, e.g. "com.txmq.exo.messaging.rest" for @ExoTransaction annotations using reflection and sets up the internal mapping of transaction t
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/transactionrouter/ExoTransactionRouter.java:79
↓ 2 callersMethodbears
(List<String> bears)
hashgraph workspace/hashgraph/source/socketdemo/src/io/swagger/model/Zoo.java:103
↓ 2 callersMethodcopy
()
hashgraph workspace/hashgraph/source/socketdemo/src/com/txmq/socketdemo/SocketDemoState.java:83
↓ 2 callersMethodequals
Method for Java to use to see if two ExoTransactionType oinstances have the same value.
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/messaging/ExoTransactionType.java:124
↓ 2 callersMethodforRoot
* Called during bootstrapping by an application when the application * wants to define some or all configuration properties in code. * @param
client/client/src/app/exo/exo.module.ts:41
↓ 2 callersMethodgetBears
@return all the strings received so far from the network
hashgraph workspace/hashgraph/source/socketdemo/src/com/txmq/socketdemo/SocketDemoState.java:68
↓ 2 callersMethodgetBlockSize
Accessor for block size. In the default implementation, this is the number of transactions in the block.
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/persistence/Block.java:52
↓ 2 callersMethodgetInitialized
Public accessor, returns true if the transaction type values have been initialized.
jaxrs workspace/jaxrs/exo-java-client/com/txmq/exo/messaging/ExoTransactionType.java:53
↓ 2 callersMethodgetInitialized
Public accessor, returns true if the transaction type values have been initialized.
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/messaging/ExoTransactionType.java:58
↓ 2 callersMethodgetLions
@return all the strings received so far from the network
hashgraph workspace/hashgraph/source/socketdemo/src/com/txmq/socketdemo/SocketDemoState.java:44
↓ 2 callersMethodgetTigers
@return all the strings received so far from the network
hashgraph workspace/hashgraph/source/socketdemo/src/com/txmq/socketdemo/SocketDemoState.java:56
↓ 2 callersMethodhandleTransaction
Base implementation of transaction handler for Swirlds states. The platform will invoke this method once per transaction as transactions are received
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/core/ExoState.java:84
↓ 2 callersMethodinitialize
Initializes ExoTransactionType with the list of valid enum values
jaxrs workspace/jaxrs/exo-java-client/com/txmq/exo/messaging/ExoTransactionType.java:60
↓ 2 callersMethodinitialize
Initializes ExoTransactionType with the list of valid enum values
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/messaging/ExoTransactionType.java:65
↓ 2 callersMethodinitialize
Initializes the TransactionServer instance with a reference to the platform and a list of packages to scan for routing annotations. @param platform @
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/messaging/socket/TransactionServer.java:132
↓ 2 callersMethodisJsonMime
* Check if the given MIME is a JSON MIME. * JSON MIME examples: * application/json * application/json; charset=UTF8 * APPLIC
client/client/src/api/configuration.ts:75
↓ 2 callersMethodlions
(List<String> lions)
hashgraph workspace/hashgraph/source/socketdemo/src/io/swagger/model/Zoo.java:51
↓ 2 callersMethodloadConfigFromAssets
* This method attempts to load the configuration file from * the default location (/assets/exo-config.json). * @param configReady
client/client/src/app/exo/exo-configuration.service.ts:110
↓ 2 callersMethodloadConfiguration
(String path)
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/config/ExoConfig.java:16
↓ 2 callersMethodparseMessagingConfig
(MessagingConfig config)
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/core/ExoPlatformLocator.java:200
↓ 2 callersMethodrouteTransaction
Routes an incoming transaction to its processor. Application code should not need to call this method directly. It is invoked by ExoState.handleTran
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/transactionrouter/ExoTransactionRouter.java:107
↓ 2 callersMethodsave
Saves the block to CouchDB. Creates a new current block, commits the previous block and writes that block's hash into the new current block's previou
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/persistence/couchdb/CouchDBBlockLogger.java:175
↓ 2 callersMethodsendTransaction
(SocketDemoTransactionTypes transactionType, Serializable payload)
jaxrs workspace/jaxrs/exo-java-client/com/txmq/exo/messaging/SwirldsAdaptor.java:107
↓ 2 callersMethodserialize
Serialize this transaction to a sequence of bytes @return the sequence as a byte array @throws IOException if anything goes wrong
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/messaging/ExoMessage.java:83
↓ 2 callersMethodsetIndex
Public setter for the block's index. This should be set by the logger and not tampered with by application code. //TODO: Maybe should be protected,
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/persistence/Block.java:85
↓ 2 callersMethodtigers
(List<String> tigers)
hashgraph workspace/hashgraph/source/socketdemo/src/io/swagger/model/Zoo.java:77
↓ 2 callersMethodtoIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
jaxrs workspace/jaxrs/src/gen/java/io/swagger/model/Animal.java:122
↓ 2 callersMethodtoIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
hashgraph workspace/hashgraph/source/socketdemo/src/io/swagger/model/Animal.java:112
↓ 1 callersMethodaddBear
(String name)
hashgraph workspace/hashgraph/source/socketdemo/src/com/txmq/socketdemo/SocketDemoState.java:72
↓ 1 callersMethodaddEndpoint
Public accessor method used by the endpoints API to add available endpoints to the state.
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/core/ExoState.java:55
↓ 1 callersMethodaddLion
(String name)
hashgraph workspace/hashgraph/source/socketdemo/src/com/txmq/socketdemo/SocketDemoState.java:48
↓ 1 callersMethodaddTiger
(String name)
hashgraph workspace/hashgraph/source/socketdemo/src/com/txmq/socketdemo/SocketDemoState.java:60
↓ 1 callersMethodcommit
Sets the block state to committed. Once the block is marked as committed, it will refuse to accept additional transactions.
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/persistence/Block.java:105
↓ 1 callersMethodconfigure
Used to configure a logger from an exo-config file. The contents of the parameter list will be specific to each logger @param parameters
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/persistence/IBlockLogger.java:29
↓ 1 callersMethodcopyFrom
Base implementation of copyFrom. Copies endpoints, addressBook, and node naming information stored in the state.
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/core/ExoState.java:63
↓ 1 callersMethodcopyFrom
(FCDataInputStream inStream)
hashgraph workspace/hashgraph/source/socketdemo/src/com/txmq/socketdemo/SocketDemoState.java:101
↓ 1 callersMethoddeserialize
Deserialize this file transaction from a sequence of bytes @param b the sequence of bytes @return the file transaction @throws IOException
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/messaging/ExoMessage.java:101
↓ 1 callersMethodflushLoggers
()
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/persistence/BlockLogger.java:61
↓ 1 callersMethodformat
(Date date, StringBuffer toAppendTo, FieldPosition fieldPosition)
jaxrs workspace/jaxrs/src/gen/java/io/swagger/api/RFC3339DateFormat.java:12
↓ 1 callersMethodgetBaseUrl
* Services implemented in application code should use this method to get a base * URL for an API exposed by a running Hashgraph node. * * Cu
client/client/src/app/exo/exo-distributed-endpoint.service.ts:94
↓ 1 callersMethodgetConfig
()
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/config/ExoConfig.java:26
↓ 1 callersMethodgetEndpoints
@return all the strings received so far from the network
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/core/ExoState.java:48
↓ 1 callersMethodgetHash
Public accessor for the block's hash
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/persistence/Block.java:68
↓ 1 callersMethodgetIndex
Public accessor for the block's index
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/persistence/Block.java:75
↓ 1 callersMethodgetKey
()
jaxrs workspace/jaxrs/exo-java-client/com/txmq/exo/config/KeyValue.java:6
↓ 1 callersMethodgetKnownSockets
()
jaxrs workspace/jaxrs/exo-java-client/com/txmq/exo/config/ClientConfig.java:14
↓ 1 callersMethodgetParagraphText
()
client/client/e2e/app.po.ts:8
↓ 1 callersMethodgetSpecies
Get species @return species
hashgraph workspace/hashgraph/source/socketdemo/src/io/swagger/model/Animal.java:69
↓ 1 callersMethodgetTransactionRouter
Accessor for the Exo transaction router. @see com.txmq.exo.transactionrouter.ExoTransactionRouter
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/core/ExoPlatformLocator.java:499
↓ 1 callersMethodgetZoo
* Returns all the animals in the zoo * Returns all of the animals in the zoo
client/client/src/api/api/default.service.ts:128
↓ 1 callersMethodgetZooApi
()
jaxrs workspace/jaxrs/src/main/java/io/swagger/api/factories/ZooApiServiceFactory.java:10
↓ 1 callersMethodinit
* This method is called by the module when the module is loaded. It handles the * initialization procedure for the framework. Application code s
client/client/src/app/exo/exo-platform.service.ts:50
↓ 1 callersMethodinit
Initialization method for the platform. This should be called by your main's init() or run() methods
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/core/ExoPlatformLocator.java:254
↓ 1 callersMethodinitFromConfig
Initializes the platform from an exo-config.json file located in the same directory as the application runs in. @throws ClassNotFoundException
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/core/ExoPlatformLocator.java:137
↓ 1 callersMethodinitREST
Initializes Grizzly-based REST interfaces defined in the included package list, listening on the included port. Enabling REST will automatically expos
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/core/ExoPlatformLocator.java:292
↓ 1 callersMethodinitSecuredSocketMessaging
Sets up a TLS-encrypted socket-based API for communicating with this Swirld on the supplied port. X.509 certs are used to authenticate connecting cli
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/core/ExoPlatformLocator.java:402
↓ 1 callersMethodinitSocketMessaging
Sets up a socket-based API for communicating with this Swirld on the supplied port. Scans the supplied list of packages for methods annotated with @E
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/core/ExoPlatformLocator.java:387
↓ 1 callersMethodloadConfiguration
(String path)
jaxrs workspace/jaxrs/exo-java-client/com/txmq/exo/config/ExoConfig.java:14
↓ 1 callersMethodname
(String name)
jaxrs workspace/jaxrs/src/gen/java/io/swagger/model/Animal.java:47
↓ 1 callersMethodnavigateTo
()
client/client/e2e/app.po.ts:4
↓ 1 callersMethodsave
Asks the logger to persist a block to storage
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/persistence/IBlockLogger.java:22
↓ 1 callersMethodselectHeaderAccept
* Select the correct accept content-type to use for a request. * Uses {@link Configuration#isJsonMime} to determine the correct accept content-ty
client/client/src/api/configuration.ts:53
↓ 1 callersMethodselectHeaderContentType
* Select the correct content-type to use for a request. * Uses {@link Configuration#isJsonMime} to determine the correct content-type. * If
client/client/src/api/configuration.ts:34
↓ 1 callersMethodsetAvailableNodes
(List<SocketAddress> nodes)
jaxrs workspace/jaxrs/exo-java-client/com/txmq/exo/messaging/routing/INodeRouter.java:7
↓ 1 callersMethodsetValue
Setter for setting the enum value of the transaction type
jaxrs workspace/jaxrs/exo-java-client/com/txmq/exo/messaging/ExoTransactionType.java:94
↓ 1 callersMethodsetValue
(String value)
jaxrs workspace/jaxrs/exo-java-client/com/txmq/exo/config/KeyValue.java:20
↓ 1 callersMethodsetupSecuredSocket
()
jaxrs workspace/jaxrs/exo-java-client/com/txmq/exo/messaging/SwirldsAdaptor.java:69
↓ 1 callersMethodsetupUnsecuredSocket
()
jaxrs workspace/jaxrs/exo-java-client/com/txmq/exo/messaging/SwirldsAdaptor.java:59
↓ 1 callersMethodshutdown
()
hashgraph workspace/hashgraph/source/socketdemo/exo/com/txmq/exo/core/ExoPlatformLocator.java:108
↓ 1 callersMethodstopHashgraph
()
client/client/src/api/api/default.service.ts:132
next →1–100 of 241, ranked by callers