public Processor(Iface iface) { iface_ = iface; processMap_["Log"] = Log_Process; processMap_["getMessages"] = getMessages_Process; }
public Processor(Iface iface) { this.iface_ = iface; this.processMap_["enableTable"] = this.enableTable_Process; this.processMap_["disableTable"] = this.disableTable_Process; this.processMap_["isTableEnabled"] = this.isTableEnabled_Process; this.processMap_["compact"] = this.compact_Process; this.processMap_["majorCompact"] = this.majorCompact_Process; this.processMap_["getTableNames"] = this.getTableNames_Process; this.processMap_["getColumnDescriptors"] = this.getColumnDescriptors_Process; this.processMap_["getTableRegions"] = this.getTableRegions_Process; this.processMap_["createTable"] = this.createTable_Process; this.processMap_["deleteTable"] = this.deleteTable_Process; this.processMap_["get"] = this.get_Process; this.processMap_["getVer"] = this.getVer_Process; this.processMap_["getVerTs"] = this.getVerTs_Process; this.processMap_["getRow"] = this.getRow_Process; this.processMap_["getRowWithColumns"] = this.getRowWithColumns_Process; this.processMap_["getRowTs"] = this.getRowTs_Process; this.processMap_["getRowWithColumnsTs"] = this.getRowWithColumnsTs_Process; this.processMap_["getRows"] = this.getRows_Process; this.processMap_["getRowsWithColumns"] = this.getRowsWithColumns_Process; this.processMap_["getRowsTs"] = this.getRowsTs_Process; this.processMap_["getRowsWithColumnsTs"] = this.getRowsWithColumnsTs_Process; this.processMap_["mutateRow"] = this.mutateRow_Process; this.processMap_["mutateRowTs"] = this.mutateRowTs_Process; this.processMap_["mutateRows"] = this.mutateRows_Process; this.processMap_["mutateRowsTs"] = this.mutateRowsTs_Process; this.processMap_["atomicIncrement"] = this.atomicIncrement_Process; this.processMap_["deleteAll"] = this.deleteAll_Process; this.processMap_["deleteAllTs"] = this.deleteAllTs_Process; this.processMap_["deleteAllRow"] = this.deleteAllRow_Process; this.processMap_["deleteAllRowTs"] = this.deleteAllRowTs_Process; this.processMap_["scannerOpenWithScan"] = this.scannerOpenWithScan_Process; this.processMap_["scannerOpen"] = this.scannerOpen_Process; this.processMap_["scannerOpenWithStop"] = this.scannerOpenWithStop_Process; this.processMap_["scannerOpenWithPrefix"] = this.scannerOpenWithPrefix_Process; this.processMap_["scannerOpenTs"] = this.scannerOpenTs_Process; this.processMap_["scannerOpenWithStopTs"] = this.scannerOpenWithStopTs_Process; this.processMap_["scannerGet"] = this.scannerGet_Process; this.processMap_["scannerGetList"] = this.scannerGetList_Process; this.processMap_["scannerClose"] = this.scannerClose_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["create"] = create_Process; processMap_["createBatch"] = createBatch_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["SetConfiguration"] = SetConfiguration_Process; processMap_["GetConfiguration"] = GetConfiguration_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["createTask"] = createTask_Process; processMap_["startTask"] = startTask_Process; processMap_["cancelTask"] = cancelTask_Process; processMap_["listTask"] = listTask_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["acceptGroupInvitation"] = acceptGroupInvitation_Process; processMap_["acceptProximityMatches"] = acceptProximityMatches_Process; processMap_["acquireCallRoute"] = acquireCallRoute_Process; processMap_["acquireCallTicket"] = acquireCallTicket_Process; processMap_["acquireEncryptedAccessToken"] = acquireEncryptedAccessToken_Process; processMap_["addSnsId"] = addSnsId_Process; processMap_["blockContact"] = blockContact_Process; processMap_["blockRecommendation"] = blockRecommendation_Process; processMap_["cancelGroupInvitation"] = cancelGroupInvitation_Process; processMap_["changeVerificationMethod"] = changeVerificationMethod_Process; processMap_["clearIdentityCredential"] = clearIdentityCredential_Process; processMap_["clearMessageBox"] = clearMessageBox_Process; processMap_["closeProximityMatch"] = closeProximityMatch_Process; processMap_["commitSendMessage"] = commitSendMessage_Process; processMap_["commitSendMessages"] = commitSendMessages_Process; processMap_["commitUpdateProfile"] = commitUpdateProfile_Process; processMap_["confirmEmail"] = confirmEmail_Process; processMap_["createGroup"] = createGroup_Process; processMap_["createQrcodeBase64Image"] = createQrcodeBase64Image_Process; processMap_["createRoom"] = createRoom_Process; processMap_["createSession"] = createSession_Process; processMap_["fetchAnnouncements"] = fetchAnnouncements_Process; processMap_["fetchMessages"] = fetchMessages_Process; processMap_["fetchOperations"] = fetchOperations_Process; processMap_["fetchOps"] = fetchOps_Process; processMap_["findAndAddContactsByEmail"] = findAndAddContactsByEmail_Process; processMap_["findAndAddContactsByMid"] = findAndAddContactsByMid_Process; processMap_["findAndAddContactsByPhone"] = findAndAddContactsByPhone_Process; processMap_["findAndAddContactsByUserid"] = findAndAddContactsByUserid_Process; processMap_["findContactByUserid"] = findContactByUserid_Process; processMap_["findContactByUserTicket"] = findContactByUserTicket_Process; processMap_["findContactsByEmail"] = findContactsByEmail_Process; processMap_["findContactsByPhone"] = findContactsByPhone_Process; processMap_["findSnsIdUserStatus"] = findSnsIdUserStatus_Process; processMap_["finishUpdateVerification"] = finishUpdateVerification_Process; processMap_["generateUserTicket"] = generateUserTicket_Process; processMap_["getAcceptedProximityMatches"] = getAcceptedProximityMatches_Process; processMap_["getActiveBuddySubscriberIds"] = getActiveBuddySubscriberIds_Process; processMap_["getAllContactIds"] = getAllContactIds_Process; processMap_["getAuthQrcode"] = getAuthQrcode_Process; processMap_["getBlockedContactIds"] = getBlockedContactIds_Process; processMap_["getBlockedContactIdsByRange"] = getBlockedContactIdsByRange_Process; processMap_["getBlockedRecommendationIds"] = getBlockedRecommendationIds_Process; processMap_["getBuddyBlockerIds"] = getBuddyBlockerIds_Process; processMap_["getBuddyLocation"] = getBuddyLocation_Process; processMap_["getCompactContactsModifiedSince"] = getCompactContactsModifiedSince_Process; processMap_["getCompactGroup"] = getCompactGroup_Process; processMap_["getCompactRoom"] = getCompactRoom_Process; processMap_["getContact"] = getContact_Process; processMap_["getContacts"] = getContacts_Process; processMap_["getCountryWithRequestIp"] = getCountryWithRequestIp_Process; processMap_["getFavoriteMids"] = getFavoriteMids_Process; processMap_["getGroup"] = getGroup_Process; processMap_["getGroupIdsInvited"] = getGroupIdsInvited_Process; processMap_["getGroupIdsJoined"] = getGroupIdsJoined_Process; processMap_["getGroups"] = getGroups_Process; processMap_["getHiddenContactMids"] = getHiddenContactMids_Process; processMap_["getIdentityIdentifier"] = getIdentityIdentifier_Process; processMap_["getLastAnnouncementIndex"] = getLastAnnouncementIndex_Process; processMap_["getLastOpRevision"] = getLastOpRevision_Process; processMap_["getMessageBox"] = getMessageBox_Process; processMap_["getMessageBoxCompactWrapUp"] = getMessageBoxCompactWrapUp_Process; processMap_["getMessageBoxCompactWrapUpList"] = getMessageBoxCompactWrapUpList_Process; processMap_["getMessageBoxList"] = getMessageBoxList_Process; processMap_["getMessageBoxListByStatus"] = getMessageBoxListByStatus_Process; processMap_["getMessageBoxWrapUp"] = getMessageBoxWrapUp_Process; processMap_["getMessageBoxWrapUpList"] = getMessageBoxWrapUpList_Process; processMap_["getMessagesBySequenceNumber"] = getMessagesBySequenceNumber_Process; processMap_["getNextMessages"] = getNextMessages_Process; processMap_["getNotificationPolicy"] = getNotificationPolicy_Process; processMap_["getPreviousMessages"] = getPreviousMessages_Process; processMap_["getProfile"] = getProfile_Process; processMap_["getProximityMatchCandidateList"] = getProximityMatchCandidateList_Process; processMap_["getProximityMatchCandidates"] = getProximityMatchCandidates_Process; processMap_["getRecentMessages"] = getRecentMessages_Process; processMap_["getRecommendationIds"] = getRecommendationIds_Process; processMap_["getRoom"] = getRoom_Process; processMap_["getRSAKeyInfo"] = getRSAKeyInfo_Process; processMap_["getServerTime"] = getServerTime_Process; processMap_["getSessions"] = getSessions_Process; processMap_["getSettings"] = getSettings_Process; processMap_["getSettingsAttributes"] = getSettingsAttributes_Process; processMap_["getSystemConfiguration"] = getSystemConfiguration_Process; processMap_["getUserTicket"] = getUserTicket_Process; processMap_["getWapInvitation"] = getWapInvitation_Process; processMap_["invalidateUserTicket"] = invalidateUserTicket_Process; processMap_["inviteFriendsBySms"] = inviteFriendsBySms_Process; processMap_["inviteIntoGroup"] = inviteIntoGroup_Process; processMap_["inviteIntoRoom"] = inviteIntoRoom_Process; processMap_["inviteViaEmail"] = inviteViaEmail_Process; processMap_["isIdentityIdentifierAvailable"] = isIdentityIdentifierAvailable_Process; processMap_["isUseridAvailable"] = isUseridAvailable_Process; processMap_["kickoutFromGroup"] = kickoutFromGroup_Process; processMap_["leaveGroup"] = leaveGroup_Process; processMap_["leaveRoom"] = leaveRoom_Process; processMap_["loginWithIdentityCredential"] = loginWithIdentityCredential_Process; processMap_["loginWithIdentityCredentialForCertificate"] = loginWithIdentityCredentialForCertificate_Process; processMap_["loginWithVerifier"] = loginWithVerifier_Process; processMap_["loginWithVerifierForCerificate"] = loginWithVerifierForCerificate_Process; processMap_["loginWithVerifierForCertificate"] = loginWithVerifierForCertificate_Process; processMap_["logout"] = logout_Process; processMap_["logoutSession"] = logoutSession_Process; processMap_["noop"] = noop_Process; processMap_["notifiedRedirect"] = notifiedRedirect_Process; processMap_["notifyBuddyOnAir"] = notifyBuddyOnAir_Process; processMap_["notifyIndividualEvent"] = notifyIndividualEvent_Process; processMap_["notifyInstalled"] = notifyInstalled_Process; processMap_["notifyRegistrationComplete"] = notifyRegistrationComplete_Process; processMap_["notifySleep"] = notifySleep_Process; processMap_["notifyUpdated"] = notifyUpdated_Process; processMap_["openProximityMatch"] = openProximityMatch_Process; processMap_["registerBuddyUser"] = registerBuddyUser_Process; processMap_["registerBuddyUserid"] = registerBuddyUserid_Process; processMap_["registerDevice"] = registerDevice_Process; processMap_["registerDeviceWithIdentityCredential"] = registerDeviceWithIdentityCredential_Process; processMap_["registerDeviceWithoutPhoneNumber"] = registerDeviceWithoutPhoneNumber_Process; processMap_["registerDeviceWithoutPhoneNumberWithIdentityCredential"] = registerDeviceWithoutPhoneNumberWithIdentityCredential_Process; processMap_["registerUserid"] = registerUserid_Process; processMap_["registerWapDevice"] = registerWapDevice_Process; processMap_["registerWithExistingSnsIdAndIdentityCredential"] = registerWithExistingSnsIdAndIdentityCredential_Process; processMap_["registerWithSnsId"] = registerWithSnsId_Process; processMap_["registerWithSnsIdAndIdentityCredential"] = registerWithSnsIdAndIdentityCredential_Process; processMap_["reissueDeviceCredential"] = reissueDeviceCredential_Process; processMap_["reissueUserTicket"] = reissueUserTicket_Process; processMap_["rejectGroupInvitation"] = rejectGroupInvitation_Process; processMap_["releaseSession"] = releaseSession_Process; processMap_["removeAllMessages"] = removeAllMessages_Process; processMap_["removeBuddyLocation"] = removeBuddyLocation_Process; processMap_["removeMessage"] = removeMessage_Process; processMap_["removeMessageFromMyHome"] = removeMessageFromMyHome_Process; processMap_["removeSnsId"] = removeSnsId_Process; processMap_["report"] = report_Process; processMap_["reportContacts"] = reportContacts_Process; processMap_["reportGroups"] = reportGroups_Process; processMap_["reportProfile"] = reportProfile_Process; processMap_["reportRooms"] = reportRooms_Process; processMap_["reportSettings"] = reportSettings_Process; processMap_["reportSpammer"] = reportSpammer_Process; processMap_["requestAccountPasswordReset"] = requestAccountPasswordReset_Process; processMap_["requestEmailConfirmation"] = requestEmailConfirmation_Process; processMap_["requestIdentityUnbind"] = requestIdentityUnbind_Process; processMap_["resendEmailConfirmation"] = resendEmailConfirmation_Process; processMap_["resendPinCode"] = resendPinCode_Process; processMap_["resendPinCodeBySMS"] = resendPinCodeBySMS_Process; processMap_["sendChatChecked"] = sendChatChecked_Process; processMap_["sendChatRemoved"] = sendChatRemoved_Process; processMap_["sendContentPreviewUpdated"] = sendContentPreviewUpdated_Process; processMap_["sendContentReceipt"] = sendContentReceipt_Process; processMap_["sendDummyPush"] = sendDummyPush_Process; processMap_["sendEvent"] = sendEvent_Process; processMap_["sendMessage"] = sendMessage_Process; processMap_["sendMessageIgnored"] = sendMessageIgnored_Process; processMap_["sendMessageReceipt"] = sendMessageReceipt_Process; processMap_["sendMessageToMyHome"] = sendMessageToMyHome_Process; processMap_["setBuddyLocation"] = setBuddyLocation_Process; processMap_["setIdentityCredential"] = setIdentityCredential_Process; processMap_["setNotificationsEnabled"] = setNotificationsEnabled_Process; processMap_["startUpdateVerification"] = startUpdateVerification_Process; processMap_["startVerification"] = startVerification_Process; processMap_["storeUpdateProfileAttribute"] = storeUpdateProfileAttribute_Process; processMap_["syncContactBySnsIds"] = syncContactBySnsIds_Process; processMap_["syncContacts"] = syncContacts_Process; processMap_["trySendMessage"] = trySendMessage_Process; processMap_["unblockContact"] = unblockContact_Process; processMap_["unblockRecommendation"] = unblockRecommendation_Process; processMap_["unregisterUserAndDevice"] = unregisterUserAndDevice_Process; processMap_["updateApnsDeviceToken"] = updateApnsDeviceToken_Process; processMap_["updateBuddySetting"] = updateBuddySetting_Process; processMap_["updateC2DMRegistrationId"] = updateC2DMRegistrationId_Process; processMap_["updateContactSetting"] = updateContactSetting_Process; processMap_["updateCustomModeSettings"] = updateCustomModeSettings_Process; processMap_["updateDeviceInfo"] = updateDeviceInfo_Process; processMap_["updateGroup"] = updateGroup_Process; processMap_["updateNotificationToken"] = updateNotificationToken_Process; processMap_["updateNotificationTokenWithBytes"] = updateNotificationTokenWithBytes_Process; processMap_["updateProfile"] = updateProfile_Process; processMap_["updateProfileAttribute"] = updateProfileAttribute_Process; processMap_["updateRegion"] = updateRegion_Process; processMap_["updateSettings"] = updateSettings_Process; processMap_["updateSettings2"] = updateSettings2_Process; processMap_["updateSettingsAttribute"] = updateSettingsAttribute_Process; processMap_["updateSettingsAttributes"] = updateSettingsAttributes_Process; processMap_["verifyIdentityCredential"] = verifyIdentityCredential_Process; processMap_["verifyIdentityCredentialWithResult"] = verifyIdentityCredentialWithResult_Process; processMap_["verifyPhone"] = verifyPhone_Process; processMap_["verifyQrcode"] = verifyQrcode_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["ValidateUser"] = ValidateUser_Process; processMap_["RegisterUser"] = RegisterUser_Process; processMap_["CreateGroup"] = CreateGroup_Process; processMap_["AddUserToGroup"] = AddUserToGroup_Process; processMap_["RemoveUserFromGroup"] = RemoveUserFromGroup_Process; processMap_["GetGroups"] = GetGroups_Process; processMap_["GetUsers"] = GetUsers_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["helloworld"] = helloworld_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["getStruct"] = getStruct_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["add"] = add_Process; processMap_["Compute"] = Compute_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["sendSync_0"] = sendSync_0_Process; processMap_["sendAsync_0"] = sendAsync_0_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["GetAllBooks"] = GetAllBooks_Process; processMap_["GetBook"] = GetBook_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["getUser"] = getUser_Process; processMap_["addUser"] = addUser_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["append"] = append_Process; processMap_["close"] = close_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["createInboxRules"] = createInboxRules_Process; processMap_["updateInboxRules"] = updateInboxRules_Process; processMap_["deleteInboxRules"] = deleteInboxRules_Process; processMap_["getRules"] = getRules_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["Login"] = Login_Process; processMap_["DoLogin"] = DoLogin_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["exists"] = exists_Process; processMap_["get"] = get_Process; processMap_["getMultiple"] = getMultiple_Process; processMap_["put"] = put_Process; processMap_["checkAndPut"] = checkAndPut_Process; processMap_["putMultiple"] = putMultiple_Process; processMap_["deleteSingle"] = deleteSingle_Process; processMap_["deleteMultiple"] = deleteMultiple_Process; processMap_["checkAndDelete"] = checkAndDelete_Process; processMap_["increment"] = increment_Process; processMap_["openScanner"] = openScanner_Process; processMap_["getScannerRows"] = getScannerRows_Process; processMap_["closeScanner"] = closeScanner_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["GetRecipeData"] = GetRecipeData_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["GeteBayOrder"] = GeteBayOrder_Process; processMap_["GeteBayCancelReturn"] = GeteBayCancelReturn_Process; processMap_["SetDeliveryNo"] = SetDeliveryNo_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["multiply"] = multiply_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["calculateXorPopulationFitness"] = calculateXorPopulationFitness_Process; processMap_["calculateXorPhenotypeFitness"] = calculateXorPhenotypeFitness_Process; processMap_["calculateSixMultiplexerPopulationFitness"] = calculateSixMultiplexerPopulationFitness_Process; processMap_["calculateSimPopulationFitness"] = calculateSimPopulationFitness_Process; }
public Processor(Iface iface) : base(iface) { iface_ = iface; processMap_["update"] = update_Process; processMap_["isNewMessage"] = isNewMessage_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["getSyncState"] = getSyncState_Process; processMap_["getSyncStateWithMetrics"] = getSyncStateWithMetrics_Process; processMap_["getSyncChunk"] = getSyncChunk_Process; processMap_["getFilteredSyncChunk"] = getFilteredSyncChunk_Process; processMap_["getLinkedNotebookSyncState"] = getLinkedNotebookSyncState_Process; processMap_["getLinkedNotebookSyncChunk"] = getLinkedNotebookSyncChunk_Process; processMap_["listNotebooks"] = listNotebooks_Process; processMap_["getNotebook"] = getNotebook_Process; processMap_["getDefaultNotebook"] = getDefaultNotebook_Process; processMap_["createNotebook"] = createNotebook_Process; processMap_["updateNotebook"] = updateNotebook_Process; processMap_["expungeNotebook"] = expungeNotebook_Process; processMap_["listTags"] = listTags_Process; processMap_["listTagsByNotebook"] = listTagsByNotebook_Process; processMap_["getTag"] = getTag_Process; processMap_["createTag"] = createTag_Process; processMap_["updateTag"] = updateTag_Process; processMap_["untagAll"] = untagAll_Process; processMap_["expungeTag"] = expungeTag_Process; processMap_["listSearches"] = listSearches_Process; processMap_["getSearch"] = getSearch_Process; processMap_["createSearch"] = createSearch_Process; processMap_["updateSearch"] = updateSearch_Process; processMap_["expungeSearch"] = expungeSearch_Process; processMap_["findNotes"] = findNotes_Process; processMap_["findNoteOffset"] = findNoteOffset_Process; processMap_["findNotesMetadata"] = findNotesMetadata_Process; processMap_["findNoteCounts"] = findNoteCounts_Process; processMap_["getNote"] = getNote_Process; processMap_["getNoteApplicationData"] = getNoteApplicationData_Process; processMap_["getNoteApplicationDataEntry"] = getNoteApplicationDataEntry_Process; processMap_["setNoteApplicationDataEntry"] = setNoteApplicationDataEntry_Process; processMap_["unsetNoteApplicationDataEntry"] = unsetNoteApplicationDataEntry_Process; processMap_["getNoteContent"] = getNoteContent_Process; processMap_["getNoteSearchText"] = getNoteSearchText_Process; processMap_["getResourceSearchText"] = getResourceSearchText_Process; processMap_["getNoteTagNames"] = getNoteTagNames_Process; processMap_["createNote"] = createNote_Process; processMap_["updateNote"] = updateNote_Process; processMap_["deleteNote"] = deleteNote_Process; processMap_["expungeNote"] = expungeNote_Process; processMap_["expungeNotes"] = expungeNotes_Process; processMap_["expungeInactiveNotes"] = expungeInactiveNotes_Process; processMap_["copyNote"] = copyNote_Process; processMap_["listNoteVersions"] = listNoteVersions_Process; processMap_["getNoteVersion"] = getNoteVersion_Process; processMap_["getResource"] = getResource_Process; processMap_["getResourceApplicationData"] = getResourceApplicationData_Process; processMap_["getResourceApplicationDataEntry"] = getResourceApplicationDataEntry_Process; processMap_["setResourceApplicationDataEntry"] = setResourceApplicationDataEntry_Process; processMap_["unsetResourceApplicationDataEntry"] = unsetResourceApplicationDataEntry_Process; processMap_["updateResource"] = updateResource_Process; processMap_["getResourceData"] = getResourceData_Process; processMap_["getResourceByHash"] = getResourceByHash_Process; processMap_["getResourceRecognition"] = getResourceRecognition_Process; processMap_["getResourceAlternateData"] = getResourceAlternateData_Process; processMap_["getResourceAttributes"] = getResourceAttributes_Process; processMap_["getPublicNotebook"] = getPublicNotebook_Process; processMap_["createSharedNotebook"] = createSharedNotebook_Process; processMap_["updateSharedNotebook"] = updateSharedNotebook_Process; processMap_["setSharedNotebookRecipientSettings"] = setSharedNotebookRecipientSettings_Process; processMap_["sendMessageToSharedNotebookMembers"] = sendMessageToSharedNotebookMembers_Process; processMap_["listSharedNotebooks"] = listSharedNotebooks_Process; processMap_["expungeSharedNotebooks"] = expungeSharedNotebooks_Process; processMap_["createLinkedNotebook"] = createLinkedNotebook_Process; processMap_["updateLinkedNotebook"] = updateLinkedNotebook_Process; processMap_["listLinkedNotebooks"] = listLinkedNotebooks_Process; processMap_["expungeLinkedNotebook"] = expungeLinkedNotebook_Process; processMap_["authenticateToSharedNotebook"] = authenticateToSharedNotebook_Process; processMap_["getSharedNotebookByAuth"] = getSharedNotebookByAuth_Process; processMap_["emailNote"] = emailNote_Process; processMap_["shareNote"] = shareNote_Process; processMap_["stopSharingNote"] = stopSharingNote_Process; processMap_["authenticateToSharedNote"] = authenticateToSharedNote_Process; processMap_["findRelated"] = findRelated_Process; }
public Processor(Iface iface) : base(iface) { iface_ = iface; processMap_["insert"] = insert_Process; processMap_["index"] = index_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["checkVersion"] = checkVersion_Process; processMap_["authenticate"] = authenticate_Process; processMap_["refreshAuthentication"] = refreshAuthentication_Process; processMap_["getUser"] = getUser_Process; processMap_["getPublicUserInfo"] = getPublicUserInfo_Process; processMap_["getPremiumInfo"] = getPremiumInfo_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["execute"] = execute_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["name"] = name_Process; processMap_["bet_request"] = bet_request_Process; processMap_["competitor_status"] = competitor_status_Process; processMap_["bet"] = bet_Process; processMap_["hole_card"] = hole_card_Process; processMap_["community_card"] = community_card_Process; processMap_["showdown"] = showdown_Process; processMap_["winner"] = winner_Process; processMap_["shutdown"] = shutdown_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["blahBlah"] = blahBlah_Process; processMap_["secondtestString"] = secondtestString_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["login"] = login_Process; processMap_["set_keyspace"] = set_keyspace_Process; processMap_["get"] = get_Process; processMap_["get_slice"] = get_slice_Process; processMap_["get_count"] = get_count_Process; processMap_["multiget_slice"] = multiget_slice_Process; processMap_["multiget_count"] = multiget_count_Process; processMap_["get_range_slices"] = get_range_slices_Process; processMap_["get_indexed_slices"] = get_indexed_slices_Process; processMap_["insert"] = insert_Process; processMap_["add"] = add_Process; processMap_["remove"] = remove_Process; processMap_["remove_counter"] = remove_counter_Process; processMap_["batch_mutate"] = batch_mutate_Process; processMap_["truncate"] = truncate_Process; processMap_["describe_schema_versions"] = describe_schema_versions_Process; processMap_["describe_keyspaces"] = describe_keyspaces_Process; processMap_["describe_cluster_name"] = describe_cluster_name_Process; processMap_["describe_version"] = describe_version_Process; processMap_["describe_ring"] = describe_ring_Process; processMap_["describe_partitioner"] = describe_partitioner_Process; processMap_["describe_snitch"] = describe_snitch_Process; processMap_["describe_keyspace"] = describe_keyspace_Process; processMap_["describe_splits"] = describe_splits_Process; processMap_["system_add_column_family"] = system_add_column_family_Process; processMap_["system_drop_column_family"] = system_drop_column_family_Process; processMap_["system_add_keyspace"] = system_add_keyspace_Process; processMap_["system_drop_keyspace"] = system_drop_keyspace_Process; processMap_["system_update_keyspace"] = system_update_keyspace_Process; processMap_["system_update_column_family"] = system_update_column_family_Process; processMap_["execute_cql_query"] = execute_cql_query_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["load"] = load_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["echo"] = echo_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["CallFunc"] = CallFunc_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["invokeTest"] = invokeTest_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["process"] = process_Process; processMap_["process_batch"] = process_batch_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["getSyncState"] = getSyncState_Process; processMap_["getSyncChunk"] = getSyncChunk_Process; processMap_["listNotebooks"] = listNotebooks_Process; processMap_["getNotebook"] = getNotebook_Process; processMap_["getDefaultNotebook"] = getDefaultNotebook_Process; processMap_["createNotebook"] = createNotebook_Process; processMap_["updateNotebook"] = updateNotebook_Process; processMap_["expungeNotebook"] = expungeNotebook_Process; processMap_["listTags"] = listTags_Process; processMap_["listTagsByNotebook"] = listTagsByNotebook_Process; processMap_["getTag"] = getTag_Process; processMap_["createTag"] = createTag_Process; processMap_["updateTag"] = updateTag_Process; processMap_["untagAll"] = untagAll_Process; processMap_["expungeTag"] = expungeTag_Process; processMap_["listSearches"] = listSearches_Process; processMap_["getSearch"] = getSearch_Process; processMap_["createSearch"] = createSearch_Process; processMap_["updateSearch"] = updateSearch_Process; processMap_["expungeSearch"] = expungeSearch_Process; processMap_["findNotes"] = findNotes_Process; processMap_["findNoteCounts"] = findNoteCounts_Process; processMap_["getNote"] = getNote_Process; processMap_["getNoteContent"] = getNoteContent_Process; processMap_["getNoteTagNames"] = getNoteTagNames_Process; processMap_["createNote"] = createNote_Process; processMap_["updateNote"] = updateNote_Process; processMap_["expungeNote"] = expungeNote_Process; processMap_["expungeNotes"] = expungeNotes_Process; processMap_["expungeInactiveNotes"] = expungeInactiveNotes_Process; processMap_["copyNote"] = copyNote_Process; processMap_["getResource"] = getResource_Process; processMap_["updateResource"] = updateResource_Process; processMap_["getResourceData"] = getResourceData_Process; processMap_["getResourceByHash"] = getResourceByHash_Process; processMap_["getResourceRecognition"] = getResourceRecognition_Process; processMap_["getResourceAlternateData"] = getResourceAlternateData_Process; processMap_["getResourceAttributes"] = getResourceAttributes_Process; processMap_["getAccountSize"] = getAccountSize_Process; processMap_["getAds"] = getAds_Process; processMap_["getRandomAd"] = getRandomAd_Process; processMap_["getPublicNotebook"] = getPublicNotebook_Process; processMap_["createSharedNotebook"] = createSharedNotebook_Process; processMap_["listSharedNotebooks"] = listSharedNotebooks_Process; processMap_["expungeSharedNotebooks"] = expungeSharedNotebooks_Process; processMap_["createLinkedNotebook"] = createLinkedNotebook_Process; processMap_["updateLinkedNotebook"] = updateLinkedNotebook_Process; processMap_["listLinkedNotebooks"] = listLinkedNotebooks_Process; processMap_["expungeLinkedNotebook"] = expungeLinkedNotebook_Process; processMap_["authenticateToSharedNotebook"] = authenticateToSharedNotebook_Process; processMap_["getSharedNotebookByAuth"] = getSharedNotebookByAuth_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["PrintString"] = PrintString_Process; processMap_["add"] = add_Process; }
public Processor(Iface iface) : base(iface) { iface_ = iface; processMap_["ping"] = ping_Process; processMap_["add"] = add_Process; processMap_["calculate"] = calculate_Process; processMap_["zip"] = zip_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["TestSendHttpResearch"] = TestSendHttpResearch_Process; }
public Processor(Iface iface) : base(iface) { iface_ = iface; processMap_["Log"] = Log_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["Hello"] = Hello_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["Get"] = Get_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["onEvent"] = onEvent_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["setInactivityTimeoutPeriod"] = setInactivityTimeoutPeriod_Process; processMap_["shutdown"] = shutdown_Process; processMap_["create"] = create_Process; processMap_["createFile"] = createFile_Process; processMap_["open"] = open_Process; processMap_["append"] = append_Process; processMap_["write"] = write_Process; processMap_["read"] = read_Process; processMap_["close"] = close_Process; processMap_["rm"] = rm_Process; processMap_["rename"] = rename_Process; processMap_["mkdirs"] = mkdirs_Process; processMap_["exists"] = exists_Process; processMap_["stat"] = stat_Process; processMap_["listStatus"] = listStatus_Process; processMap_["chmod"] = chmod_Process; processMap_["chown"] = chown_Process; processMap_["setReplication"] = setReplication_Process; processMap_["getFileBlockLocations"] = getFileBlockLocations_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["GetNotifications"] = GetNotifications_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["SendMail"] = SendMail_Process; }
public string retarg2(Iface iface, string s) { return(s + "2"); }
public Processor(Iface iface) { iface_ = iface; processMap_["Compact"] = Compact_Process; processMap_["TabulaRasa"] = TabulaRasa_Process; processMap_["Save"] = Save_Process; processMap_["Load"] = Load_Process; processMap_["Shutdown"] = Shutdown_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["GetGameInfo"] = GetGameInfo_Process; }
public void Test() { string root = System.IO.Path.GetDirectoryName(Environment.CurrentDirectory); string token = System.Environment.GetEnvironmentVariable("SACLOUD_TOKEN"); string secret = System.Environment.GetEnvironmentVariable("SACLOUD_SECRET"); string zone = System.Environment.GetEnvironmentVariable("SACLOUD_ZONE"); API api = API.Authorize(token, secret, zone); ///////////////////////////////////////////////////////////////////////////////////////////////////////// // should be found { Console.WriteLine("finding servers..."); List <Server> servers = api.Server.SortByMemory().Find(); Assert.Greater(servers.Count, 0); int mem = 0; Console.WriteLine("checking each server..."); foreach (Server server in servers) { Assert.Greater(server.Plan.Cpu, 0); Assert.Greater(server.Plan.MemoryMib, 0); Assert.Greater(server.Plan.MemoryGib, 0); Assert.AreEqual((double)server.Plan.MemoryMib / server.Plan.MemoryGib, 1024.0); Assert.IsTrue(mem <= server.Plan.MemoryGib); mem = (int)server.Plan.MemoryGib; } servers = api.Server.Limit(1).Find(); Assert.AreEqual(servers.Count, 1); } ///////////////////////////////////////////////////////////////////////////////////////////////////////// // should be CRUDed { string name = "!cs_nunit-" + DateTime.Now.ToString("yyyyMMdd_HHmmss") + "-" + (new Regex(@"-.+")).Replace(System.Guid.NewGuid().ToString(), ""); string description = "This instance was created by saklient.cs NUnit"; string tag = "saklient-test"; int cpu = 1; int mem = 2; string hostName = "saklient-test"; string sshPublicKey = "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3sSg8Vfxrs3eFTx3G//wMRlgqmFGxh5Ia8DZSSf2YrkZGqKbL1t2AsiUtIMwxGiEVVBc0K89lORzra7qoHQj5v5Xlcdqodgcs9nwuSeS38XWO6tXNF4a8LvKnfGS55+uzmBmVUwAztr3TIJR5TTWxZXpcxSsSEHx7nIcr31zcvosjgdxqvSokAsIgJyPQyxCxsPK8SFIsUV+aATqBCWNyp+R1jECPkd74ipEBoccnA0pYZnRhIsKNWR9phBRXIVd5jx/gK5jHqouhFWvCucUs0gwilEGwpng3b/YxrinNskpfOpMhOD9zjNU58OCoMS8MA17yqoZv59l3u16CrnrD saklient-test@local"; string sshPrivateKeyFile = root + "/test-sshkey.txt"; // search archives Console.WriteLine("searching archives..."); List <Archive> archives = api.Archive .WithNameLike("CentOS 6. 64bit") .WithSizeGib(20) .WithSharedScope() .Limit(1) .Find(); Assert.Greater(archives.Count, 0); Archive archive = archives[0]; // search scripts Console.WriteLine("searching scripts..."); List <Script> scripts = api.Script .WithNameLike("WordPress") .WithSharedScope() .Limit(1) .Find(); Assert.Greater(scripts.Count, 0); Script script = scripts[0]; // create a disk Console.WriteLine("creating a disk..."); Disk disk = api.Disk.Create(); try { disk.Save(); } catch (Saklient.Errors.SaklientException ex) { } disk.Name = name; disk.Description = description; disk.Tags = new List <string> { tag }; disk.Plan = api.Product.Disk.Ssd; disk.Source = archive; disk.Save(); // check an immutable field Console.WriteLine("updating the disk..."); try { disk.SizeMib = 20480; disk.Save(); } catch (Saklient.Errors.SaklientException ex) { } // create a server Console.WriteLine("creating a server..."); Server server = api.Server.Create(); server.Name = name; server.Description = description; server.Tags = new List <string> { tag }; server.Plan = api.Product.Server.GetBySpec(cpu, mem); server.Save(); // check the server properties Assert.Greater(Convert.ToInt64(server.Id), 0); Assert.AreEqual(server.Name, name); Assert.AreEqual(server.Description, description); Assert.AreEqual(server.Tags.Count, 1); Assert.AreEqual(server.Tags[0], tag); Assert.AreEqual(server.Plan.Cpu, cpu); Assert.AreEqual(server.Plan.MemoryGib, mem); // connect to shared segment Console.WriteLine("connecting the server to shared segment..."); Iface iface = server.AddIface(); Assert.Greater(Convert.ToInt64(iface.Id), 0); iface.ConnectToSharedSegment(); // wait disk copy Console.WriteLine("waiting disk copy..."); if (!disk.SleepWhileCopying()) { Assert.Fail("アーカイブからディスクへのコピーがタイムアウトしました"); } disk.Source = null; disk.Reload(); Assert.AreEqual((disk.Source as Archive).Id, archive.Id); Assert.AreEqual(disk.SizeGib, archive.SizeGib); // connect the disk to the server Console.WriteLine("connecting the disk to the server..."); disk.ConnectTo(server); // config the disk Console.WriteLine("writing configuration to the disk..."); DiskConfig diskconf = disk.CreateConfig(); diskconf.HostName = hostName; diskconf.Password = (new Regex(@"-.+")).Replace(System.Guid.NewGuid().ToString(), ""); diskconf.SshKey = sshPublicKey; diskconf.Scripts.Add(script); diskconf.Write(); // boot Console.WriteLine("booting the server..."); server.Boot(); Thread.Sleep(3); // boot conflict Console.WriteLine("checking the server power conflicts..."); try { server.Boot(); } catch (Saklient.Errors.HttpConflictException ex) { } // "サーバ起動中の起動試行時は HttpConflictException がスローされなければなりません" // ssh string ipAddress = server.Ifaces[0].IpAddress; Assert.IsNotEmpty(ipAddress); bool sshSuccess = false; Console.WriteLine("trying to SSH to the server..."); for (int i = 0; i < 10; i++) { Thread.Sleep(5); string result = null; try { SshExec ssh = new SshExec(ipAddress, "root", diskconf.Password); ssh.Connect(); result = ssh.RunCommand("hostname 2>/dev/null").TrimEnd(); ssh.Close(); } catch (Exception ex) { } if (hostName != result) { continue; } sshSuccess = true; break; } if (!sshSuccess) { Assert.Fail("作成したサーバへ正常にSSHできません"); } // stop the server Thread.Sleep(1); Console.WriteLine("stopping the server..."); server.Stop(); Assert.IsTrue(server.SleepUntilDown()); // disconnect the disk from the server Console.WriteLine("disconnecting the disk from the server..."); disk.Disconnect(); // delete the server Console.WriteLine("deleting the server..."); server.Destroy(); // duplicate the disk Console.WriteLine("duplicating the disk (expanding to 40GiB)..."); Disk disk2 = api.Disk.Create(); disk2.Name = name + "-copy"; disk2.Description = description; disk2.Tags = new List <string> { tag }; disk2.Plan = api.Product.Disk.Hdd; disk2.Source = disk; disk2.SizeGib = 40; disk2.Save(); // wait disk duplication Console.WriteLine("waiting disk duplication..."); if (!disk2.SleepWhileCopying()) { Assert.Fail("ディスクの複製がタイムアウトしました"); } disk2.Source = null; disk2.Reload(); Assert.AreEqual((disk2.Source as Disk).Id, disk.Id); Assert.AreEqual(disk2.SizeGib, 40); // delete the disk Console.WriteLine("deleting the disk..."); string id = disk2.Id; disk2.Destroy(); try { api.Disk.GetById(id); } catch (Saklient.Errors.HttpNotFoundException ex_) { } id = disk.Id; disk.Destroy(); try { api.Disk.GetById(id); } catch (Saklient.Errors.HttpNotFoundException ex_) { } } }
public Processor(Iface iface) { iface_ = iface; processMap_["doPush"] = doPush_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["hello"] = hello_Process; }
public Processor(Iface iface) : base(iface) { iface_ = iface; processMap_["create_database"] = create_database_Process; processMap_["get_database"] = get_database_Process; processMap_["drop_database"] = drop_database_Process; processMap_["get_databases"] = get_databases_Process; processMap_["get_all_databases"] = get_all_databases_Process; processMap_["alter_database"] = alter_database_Process; processMap_["get_type"] = get_type_Process; processMap_["create_type"] = create_type_Process; processMap_["drop_type"] = drop_type_Process; processMap_["get_type_all"] = get_type_all_Process; processMap_["get_fields"] = get_fields_Process; processMap_["get_schema"] = get_schema_Process; processMap_["create_table"] = create_table_Process; processMap_["drop_table"] = drop_table_Process; processMap_["get_tables"] = get_tables_Process; processMap_["get_all_tables"] = get_all_tables_Process; processMap_["get_table"] = get_table_Process; processMap_["alter_table"] = alter_table_Process; processMap_["add_partition"] = add_partition_Process; processMap_["append_partition"] = append_partition_Process; processMap_["append_partition_by_name"] = append_partition_by_name_Process; processMap_["drop_partition"] = drop_partition_Process; processMap_["drop_partition_by_name"] = drop_partition_by_name_Process; processMap_["get_partition"] = get_partition_Process; processMap_["get_partition_with_auth"] = get_partition_with_auth_Process; processMap_["get_partition_by_name"] = get_partition_by_name_Process; processMap_["get_partitions"] = get_partitions_Process; processMap_["get_partitions_with_auth"] = get_partitions_with_auth_Process; processMap_["get_partition_names"] = get_partition_names_Process; processMap_["get_partitions_ps"] = get_partitions_ps_Process; processMap_["get_partitions_ps_with_auth"] = get_partitions_ps_with_auth_Process; processMap_["get_partition_names_ps"] = get_partition_names_ps_Process; processMap_["get_partitions_by_filter"] = get_partitions_by_filter_Process; processMap_["alter_partition"] = alter_partition_Process; processMap_["get_config_value"] = get_config_value_Process; processMap_["partition_name_to_vals"] = partition_name_to_vals_Process; processMap_["partition_name_to_spec"] = partition_name_to_spec_Process; processMap_["add_index"] = add_index_Process; processMap_["alter_index"] = alter_index_Process; processMap_["drop_index_by_name"] = drop_index_by_name_Process; processMap_["get_index_by_name"] = get_index_by_name_Process; processMap_["get_indexes"] = get_indexes_Process; processMap_["get_index_names"] = get_index_names_Process; processMap_["create_role"] = create_role_Process; processMap_["drop_role"] = drop_role_Process; processMap_["get_role_names"] = get_role_names_Process; processMap_["grant_role"] = grant_role_Process; processMap_["revoke_role"] = revoke_role_Process; processMap_["list_roles"] = list_roles_Process; processMap_["get_privilege_set"] = get_privilege_set_Process; processMap_["list_privileges"] = list_privileges_Process; processMap_["grant_privileges"] = grant_privileges_Process; processMap_["revoke_privileges"] = revoke_privileges_Process; processMap_["get_delegation_token"] = get_delegation_token_Process; processMap_["get_delegation_token_with_signature"] = get_delegation_token_with_signature_Process; processMap_["renew_delegation_token"] = renew_delegation_token_Process; processMap_["cancel_delegation_token"] = cancel_delegation_token_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["ping"] = ping_Process; processMap_["getObjects"] = getObjects_Process; processMap_["locateNao"] = locateNao_Process; processMap_["update"] = update_Process; }
public Processor(Iface iface) : base(iface) { iface_ = iface; processMap_["get_slice"] = get_slice_Process; processMap_["get_column"] = get_column_Process; processMap_["get_column_count"] = get_column_count_Process; processMap_["insert"] = insert_Process; processMap_["batch_insert"] = batch_insert_Process; processMap_["batch_insert_blocking"] = batch_insert_blocking_Process; processMap_["remove"] = remove_Process; processMap_["get_slice_super"] = get_slice_super_Process; processMap_["get_superColumn"] = get_superColumn_Process; processMap_["batch_insert_superColumn"] = batch_insert_superColumn_Process; processMap_["batch_insert_superColumn_blocking"] = batch_insert_superColumn_blocking_Process; }
public Processor(Iface iface) { iface_ = iface; processMap_["Operation"] = Operation_Process; }